Fix typo in comment
authorAlexander Musman <alexander.musman@gmail.com>
Fri, 3 Oct 2014 11:55:31 +0000 (11:55 +0000)
committerAlexander Musman <alexander.musman@gmail.com>
Fri, 3 Oct 2014 11:55:31 +0000 (11:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218979 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/Twine.h

index 4be3ee6f82dbdfdd168100677b35f9207260d831..77d92b40167a9469d614c65cce3977ce083a955b 100644 (file)
@@ -157,7 +157,7 @@ namespace llvm {
     // don't support specifying the backing type for an enum
     /// LHSKind - The NodeKind of the left hand side, \see getLHSKind().
     unsigned char LHSKind;
-    /// RHSKind - The NodeKind of the left hand side, \see getLHSKind().
+    /// RHSKind - The NodeKind of the right hand side, \see getRHSKind().
     unsigned char RHSKind;
 
   private: