[cfe-commits] r169078 - /cfe/trunk/include/clang/Basic/SourceLocation.h
Michael Han
Michael.Han at autodesk.com
Fri Nov 30 20:35:48 PST 2012
Author: hanm
Date: Fri Nov 30 22:35:48 2012
New Revision: 169078
URL: http://llvm.org/viewvc/llvm-project?rev=169078&view=rev
Log:
Fix a typo in comment.
Modified:
cfe/trunk/include/clang/Basic/SourceLocation.h
Modified: cfe/trunk/include/clang/Basic/SourceLocation.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/SourceLocation.h?rev=169078&r1=169077&r2=169078&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/SourceLocation.h (original)
+++ cfe/trunk/include/clang/Basic/SourceLocation.h Fri Nov 30 22:35:48 2012
@@ -218,7 +218,7 @@
/// \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.
More information about the cfe-commits
mailing list