From 0cd2a891d8bf4cf8983b51db48584788d0f66eb8 Mon Sep 17 00:00:00 2001 From: Alexander Musman Date: Fri, 3 Oct 2014 11:55:31 +0000 Subject: [PATCH] Fix typo in comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218979 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/Twine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/ADT/Twine.h b/include/llvm/ADT/Twine.h index 4be3ee6f82d..77d92b40167 100644 --- a/include/llvm/ADT/Twine.h +++ b/include/llvm/ADT/Twine.h @@ -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: