diff options
author | Michael Han <Michael.Han@autodesk.com> | 2012-12-01 04:35:48 +0000 |
---|---|---|
committer | Michael Han <Michael.Han@autodesk.com> | 2012-12-01 04:35:48 +0000 |
commit | cadf0b682d050670df4568f798bfe65dd7199003 (patch) | |
tree | 0c079c448df27f8410f8539581bfbfbbbdf7aa92 | |
parent | 085a4c2d13ede12f11d003928a2e4618ecf5b8f8 (diff) | |
download | bcm5719-llvm-cadf0b682d050670df4568f798bfe65dd7199003.tar.gz bcm5719-llvm-cadf0b682d050670df4568f798bfe65dd7199003.zip |
Fix a typo in comment.
llvm-svn: 169078
-rw-r--r-- | clang/include/clang/Basic/SourceLocation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/SourceLocation.h b/clang/include/clang/Basic/SourceLocation.h index cfcf468772e..85d46e9affa 100644 --- a/clang/include/clang/Basic/SourceLocation.h +++ b/clang/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. |