Fix typo
authorEli Bendersky <eliben@google.com>
Thu, 18 Apr 2013 20:49:17 +0000 (20:49 +0000)
committerEli 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

index cc290d51d27286ed20ab268414372160fceeacfe..e16c6b4913863c5d8bfcbc27f6e2d9e054a01215 100644 (file)
@@ -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.