From: Michael Han Date: Sat, 1 Dec 2012 04:35:48 +0000 (+0000) Subject: Fix a typo in comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f19c76253ae95153d84355c80342e8eaab81fe1;p=clang Fix a typo in comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169078 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/SourceLocation.h b/include/clang/Basic/SourceLocation.h index cfcf468772..85d46e9aff 100644 --- a/include/clang/Basic/SourceLocation.h +++ b/include/clang/Basic/SourceLocation.h @@ -218,7 +218,7 @@ public: /// \brief Represents a character-granular source range. /// /// The underlying SourceRange can either specify the starting/ending character -/// of the range, or it can specify the start or the range and the start of the +/// of the range, or it can specify the start of the range and the start of the /// last token of the range (a "token range"). In the token range case, the /// size of the last token must be measured to determine the actual end of the /// range.