[llvm] r179793 - Fix typo
Eli Bendersky
eliben at google.com
Thu Apr 18 13:49:17 PDT 2013
Author: eliben
Date: Thu Apr 18 15:49:17 2013
New Revision: 179793
URL: http://llvm.org/viewvc/llvm-project?rev=179793&view=rev
Log:
Fix typo
Modified:
llvm/trunk/include/llvm/ADT/Twine.h
Modified: llvm/trunk/include/llvm/ADT/Twine.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/Twine.h?rev=179793&r1=179792&r2=179793&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/Twine.h (original)
+++ llvm/trunk/include/llvm/ADT/Twine.h Thu Apr 18 15:49:17 2013
@@ -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.
More information about the llvm-commits
mailing list