[llvm] e71a5f5 - [NFC] Typo in Register.h

Mariusz Sikora via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 09:28:00 PST 2024


Author: Mariusz Sikora
Date: 2024-02-07T18:27:44+01:00
New Revision: e71a5f54d86be3ddf66d4a4e53d5083ef7f7a118

URL: https://github.com/llvm/llvm-project/commit/e71a5f54d86be3ddf66d4a4e53d5083ef7f7a118
DIFF: https://github.com/llvm/llvm-project/commit/e71a5f54d86be3ddf66d4a4e53d5083ef7f7a118.diff

LOG: [NFC] Typo in Register.h

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/Register.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/Register.h b/llvm/include/llvm/CodeGen/Register.h
index e1456f81d4670..fb4e551211132 100644
--- a/llvm/include/llvm/CodeGen/Register.h
+++ b/llvm/include/llvm/CodeGen/Register.h
@@ -36,7 +36,7 @@ class Register {
   static_assert(std::numeric_limits<decltype(Reg)>::max() >= 0xFFFFFFFF,
                 "Reg isn't large enough to hold full range.");
 
-  /// isStackSlot - Sometimes it is useful the be able to store a non-negative
+  /// isStackSlot - Sometimes it is useful to be able to store a non-negative
   /// frame index in a variable that normally holds a register. isStackSlot()
   /// returns true if Reg is in the range used for stack slots.
   ///


        


More information about the llvm-commits mailing list