MachineIRBuilder.h: Fix typo. NFC
authorDiana Picus <Diana-Magda.Picus@amd.com>
Wed, 4 Jan 2023 13:07:35 +0000 (14:07 +0100)
committerDiana Picus <Diana-Magda.Picus@amd.com>
Wed, 4 Jan 2023 13:07:43 +0000 (14:07 +0100)
llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h

index 61294ed..f05d491 100644 (file)
@@ -217,7 +217,7 @@ private:
 /// 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;