]> granicus.if.org Git - clang/commitdiff
Fix a typo in comment.
authorMichael Han <Michael.Han@autodesk.com>
Sat, 1 Dec 2012 04:35:48 +0000 (04:35 +0000)
committerMichael Han <Michael.Han@autodesk.com>
Sat, 1 Dec 2012 04:35:48 +0000 (04:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169078 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/SourceLocation.h

index cfcf468772ef0f4a6b68befbd09e4db2faf49872..85d46e9affa92da1ed498013153e23d92da400be 100644 (file)
@@ -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.