[PATCH] D90846: [NFC] Fix typo in comment.

Than McIntosh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 06:04:15 PST 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb3d0f0286145: [NFC] Fix typo in comment. (authored by thanm).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90846

Files:
  llvm/lib/CodeGen/StackColoring.cpp


Index: llvm/lib/CodeGen/StackColoring.cpp
===================================================================
--- llvm/lib/CodeGen/StackColoring.cpp
+++ llvm/lib/CodeGen/StackColoring.cpp
@@ -1287,7 +1287,7 @@
 
   // This is a simple greedy algorithm for merging allocas. First, sort the
   // slots, placing the largest slots first. Next, perform an n^2 scan and look
-  // for disjoint slots. When you find disjoint slots, merge the samller one
+  // for disjoint slots. When you find disjoint slots, merge the smaller one
   // into the bigger one and update the live interval. Remove the small alloca
   // and continue.
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90846.303421.patch
Type: text/x-patch
Size: 628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201106/0caead12/attachment.bin>


More information about the llvm-commits mailing list