From: Diana Picus Date: Wed, 4 Jan 2023 13:07:35 +0000 (+0100) Subject: MachineIRBuilder.h: Fix typo. NFC X-Git-Tag: upstream/17.0.6~22188 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1067071e26aacfc586057be31c8de8b95197e8e;p=platform%2Fupstream%2Fllvm.git MachineIRBuilder.h: Fix typo. NFC --- diff --git a/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h b/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h index 61294ed..f05d491 100644 --- a/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h +++ b/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h @@ -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;