[NFC] Fix typo
authorjeff <jrbyrnes1989@gmail.com>
Thu, 28 Apr 2022 23:50:55 +0000 (16:50 -0700)
committerjeff <jrbyrnes1989@gmail.com>
Tue, 10 May 2022 19:11:21 +0000 (12:11 -0700)
Reviewed By: kerbowa

Differential Revision: https://reviews.llvm.org/D124647

llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp

index afc8fd3..dd0fd5f 100644 (file)
@@ -968,7 +968,7 @@ void AMDGPUPassConfig::addIRPasses() {
   addPass(createAlwaysInlinerLegacyPass());
   // We need to add the barrier noop pass, otherwise adding the function
   // inlining pass will cause all of the PassConfigs passes to be run
-  // one function at a time, which means if we have a nodule with two
+  // one function at a time, which means if we have a module with two
   // functions, then we will generate code for the first function
   // without ever running any passes on the second.
   addPass(createBarrierNoopPass());