[AMDGPU][NFC] Fix typo in commment: replace SiMemOpInfo by SIMemOpInfo
authorJuan Manuel MARTINEZ CAAMAÑO <juamarti@amd.com>
Fri, 2 Sep 2022 12:26:38 +0000 (14:26 +0200)
committerJuan Manuel MARTINEZ CAAMAÑO <juamarti@amd.com>
Fri, 2 Sep 2022 14:45:10 +0000 (16:45 +0200)
llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp

index 6b93769..b4d812d 100644 (file)
@@ -172,13 +172,13 @@ public:
   }
 
   /// \returns The address spaces be accessed by the machine
-  /// instruction used to create this SiMemOpInfo.
+  /// instruction used to create this SIMemOpInfo.
   SIAtomicAddrSpace getInstrAddrSpace() const {
     return InstrAddrSpace;
   }
 
   /// \returns The address spaces that must be ordered by the machine
-  /// instruction used to create this SiMemOpInfo.
+  /// instruction used to create this SIMemOpInfo.
   SIAtomicAddrSpace getOrderingAddrSpace() const {
     return OrderingAddrSpace;
   }