aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-06-22 14:41:20 +0000
committerDouglas Gregor <dgregor@apple.com>2011-06-22 14:41:20 +0000
commit45ba8a6ab70afd418d35d2502849fa11ff73ed1a (patch)
tree445ee85eb0d79922fab381cbb3ae79723ef9c7ad
parent97357602a289749d59520ac4ac31149f8d32e12e (diff)
Fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133617 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Basic/Specifiers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/Specifiers.h b/include/clang/Basic/Specifiers.h
index d21bda7d9a..cfce0ccbc9 100644
--- a/include/clang/Basic/Specifiers.h
+++ b/include/clang/Basic/Specifiers.h
@@ -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,