[llvm] r218979 - Fix typo in comment

Alexander Musman alexander.musman at gmail.com
Fri Oct 3 04:55:32 PDT 2014


Author: amusman
Date: Fri Oct  3 06:55:31 2014
New Revision: 218979

URL: http://llvm.org/viewvc/llvm-project?rev=218979&view=rev
Log:
Fix typo in comment

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=218979&r1=218978&r2=218979&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/Twine.h (original)
+++ llvm/trunk/include/llvm/ADT/Twine.h Fri Oct  3 06:55:31 2014
@@ -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:





More information about the llvm-commits mailing list