]> granicus.if.org Git - clang/commitdiff
Fix typo in comment
authorDouglas Gregor <dgregor@apple.com>
Wed, 22 Jun 2011 14:41:20 +0000 (14:41 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 22 Jun 2011 14:41:20 +0000 (14:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133617 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/Specifiers.h

index d21bda7d9a2e7c56ce8ab0135bfaadd42d2ac93a..cfce0ccbc9dd3eed151b3d5658f5fcb9c2b1e36f 100644 (file)
@@ -83,7 +83,7 @@ namespace clang {
   /// 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,