projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a6a7bb
)
Fix typo
author
Eli Bendersky
<eliben@google.com>
Thu, 18 Apr 2013 20:49:17 +0000
(20:49 +0000)
committer
Eli Bendersky
<eliben@google.com>
Thu, 18 Apr 2013 20:49:17 +0000
(20:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179793
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ADT/Twine.h
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/Twine.h
b/include/llvm/ADT/Twine.h
index cc290d51d27286ed20ab268414372160fceeacfe..e16c6b4913863c5d8bfcbc27f6e2d9e054a01215 100644
(file)
--- a/
include/llvm/ADT/Twine.h
+++ b/
include/llvm/ADT/Twine.h
@@
-236,7
+236,7
@@
namespace llvm {
/// getLHSKind - Get the NodeKind of the left-hand side.
NodeKind getLHSKind() const { return (NodeKind) LHSKind; }
- /// getRHSKind - Get the NodeKind of the
lef
t-hand side.
+ /// getRHSKind - Get the NodeKind of the
righ
t-hand side.
NodeKind getRHSKind() const { return (NodeKind) RHSKind; }
/// printOneChild - Print one child from a twine.