[NFC][AMDGPU] Fix typo.
authorThomas <trunkz@dl-studios.info>
Sat, 20 Aug 2022 06:30:04 +0000 (08:30 +0200)
committerThomas <trunkz@dl-studios.info>
Sat, 20 Aug 2022 06:30:42 +0000 (08:30 +0200)
llvm/lib/Target/AMDGPU/AMDGPUFrameLowering.cpp

index 61ce83b..84f7391 100644 (file)
@@ -22,7 +22,7 @@ AMDGPUFrameLowering::~AMDGPUFrameLowering() = default;
 unsigned AMDGPUFrameLowering::getStackWidth(const MachineFunction &MF) const {
   // XXX: Hardcoding to 1 for now.
   //
-  // I think the StackWidth should stored as metadata associated with the
+  // I think the StackWidth should be stored as metadata associated with the
   // MachineFunction.  This metadata can either be added by a frontend, or
   // calculated by a R600 specific LLVM IR pass.
   //