diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-06-22 14:41:20 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-06-22 14:41:20 +0000 |
commit | 45ba8a6ab70afd418d35d2502849fa11ff73ed1a (patch) | |
tree | 445ee85eb0d79922fab381cbb3ae79723ef9c7ad | |
parent | 97357602a289749d59520ac4ac31149f8d32e12e (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.h | 2 |
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, |