diff --git a/clang/lib/Format/TokenAnnotator.cpp b/clang/lib/Format/TokenAnnotator.cpp index aa5990e8c01f..3e102f8d3ca7 100644 --- a/clang/lib/Format/TokenAnnotator.cpp +++ b/clang/lib/Format/TokenAnnotator.cpp @@ -869,7 +869,7 @@ public: return parsePreprocessorDirective(); // Directly allow to 'import ' to support protocol buffer - // definitions (code.google.com/p/protobuf) or missing "#" (either way we + // definitions (github.com/google/protobuf) or missing "#" (either way we // should not break the line). IdentifierInfo *Info = CurrentToken->Tok.getIdentifierInfo(); if ((Style.Language == FormatStyle::LK_Java &&