[PATCH] D61093: Fix spelling error. NFC

Austin Kerbow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 24 16:32:19 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL359154: Fix spelling error. NFC (authored by kerbowa, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D61093?vs=196519&id=196549#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61093/new/

https://reviews.llvm.org/D61093

Files:
  llvm/trunk/lib/Target/AMDGPU/GCNSchedStrategy.h


Index: llvm/trunk/lib/Target/AMDGPU/GCNSchedStrategy.h
===================================================================
--- llvm/trunk/lib/Target/AMDGPU/GCNSchedStrategy.h
+++ llvm/trunk/lib/Target/AMDGPU/GCNSchedStrategy.h
@@ -77,7 +77,7 @@
   // Current region index.
   size_t RegionIdx;
 
-  // Vecor of regions recorder for later rescheduling
+  // Vector of regions recorder for later rescheduling
   SmallVector<std::pair<MachineBasicBlock::iterator,
                         MachineBasicBlock::iterator>, 32> Regions;
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61093.196549.patch
Type: text/x-patch
Size: 531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190424/4f45a32f/attachment.bin>


More information about the llvm-commits mailing list