[llvm] d106707 - MachineIRBuilder.h: Fix typo. NFC

Diana Picus via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 05:09:06 PST 2023


Author: Diana Picus
Date: 2023-01-04T14:07:43+01:00
New Revision: d1067071e26aacfc586057be31c8de8b95197e8e

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

LOG: MachineIRBuilder.h: Fix typo. NFC

Added: 
    

Modified: 
    llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h b/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
index 61294ed973b94..f05d49194c317 100644
--- a/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
+++ b/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
@@ -217,7 +217,7 @@ class SrcOp {
 /// Helper class to build MachineInstr.
 /// It keeps internally the insertion point and debug location for all
 /// the new instructions we want to create.
-/// This information can be modify via the related setters.
+/// This information can be modified via the related setters.
 class MachineIRBuilder {
 
   MachineIRBuilderState State;


        


More information about the llvm-commits mailing list