diff options
| author | Eli Bendersky <eliben@google.com> | 2013-04-18 20:49:17 +0000 |
|---|---|---|
| committer | Eli Bendersky <eliben@google.com> | 2013-04-18 20:49:17 +0000 |
| commit | f6a88ccd7354bc98dc1f79d0317d4b5b5a4ff83d (patch) | |
| tree | 94323761aece6d2c92d9f5e83a2c21d58342878a | |
| parent | c7fef7448259b7fb5f47d06bb51d22b63f2b826e (diff) | |
| download | bcm5719-llvm-f6a88ccd7354bc98dc1f79d0317d4b5b5a4ff83d.tar.gz bcm5719-llvm-f6a88ccd7354bc98dc1f79d0317d4b5b5a4ff83d.zip | |
Fix typo
llvm-svn: 179793
| -rw-r--r-- | llvm/include/llvm/ADT/Twine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/Twine.h b/llvm/include/llvm/ADT/Twine.h index cc290d51d27..e16c6b49138 100644 --- a/llvm/include/llvm/ADT/Twine.h +++ b/llvm/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 left-hand side. + /// getRHSKind - Get the NodeKind of the right-hand side. NodeKind getRHSKind() const { return (NodeKind) RHSKind; } /// printOneChild - Print one child from a twine. |

