[cfe-commits] r133617 - /cfe/trunk/include/clang/Basic/Specifiers.h
Douglas Gregor
dgregor at apple.com
Wed Jun 22 07:41:20 PDT 2011
Author: dgregor
Date: Wed Jun 22 09:41:20 2011
New Revision: 133617
URL: http://llvm.org/viewvc/llvm-project?rev=133617&view=rev
Log:
Fix typo in comment
Modified:
cfe/trunk/include/clang/Basic/Specifiers.h
Modified: cfe/trunk/include/clang/Basic/Specifiers.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/Specifiers.h?rev=133617&r1=133616&r2=133617&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/Specifiers.h (original)
+++ cfe/trunk/include/clang/Basic/Specifiers.h Wed Jun 22 09:41:20 2011
@@ -83,7 +83,7 @@
/// ExprValueKind - The categorization of expression values,
/// currently following the C++0x scheme.
enum ExprValueKind {
- /// An r-value expression (a gr-value in the C++0x taxonomy)
+ /// An r-value expression (a pr-value in the C++0x taxonomy)
/// produces a temporary value.
VK_RValue,
More information about the cfe-commits
mailing list