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 | 1f19c76253ae95153d84355c80342e8eaab81fe1 (patch) | |
tree | a3d01db37831c90c9683b7744a4eeb4013f05857 /include/clang/Basic/SourceLocation.h | |
parent | b087248e32a993a3441436cffd10a4c9112eda6f (diff) |
Fix a typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169078 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/SourceLocation.h')
-rw-r--r-- | include/clang/Basic/SourceLocation.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |