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

Than McIntosh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 06:11:20 PST 2020


thanm created this revision.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
thanm requested review of this revision.

Repository:
  rG LLVM Github Monorepo

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
@@ -1241,7 +1241,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.303096.patch
Type: text/x-patch
Size: 628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201105/b0da20e2/attachment.bin>


More information about the llvm-commits mailing list