Skip to content

Commit

Permalink
Fix a typo in comment.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169078 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Michael Han authored and Michael Han committed Dec 1, 2012
1 parent b087248 commit 1f19c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clang/Basic/SourceLocation.h
Expand Up @@ -218,7 +218,7 @@ class SourceRange {
/// \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.
Expand Down

0 comments on commit 1f19c76

Please sign in to comment.