Fix typo.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 29 Sep 2011 21:07:46 +0000 (21:07 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 29 Sep 2011 21:07:46 +0000 (21:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140807 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SlotIndexes.h

index 6eb31802120e07417f0d3c815f93ad2eacb2b165..2d98864dc9ed04eaf82733a37830aeb2d2b50390 100644 (file)
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file implements SlotIndex and related classes. The purpuse of SlotIndex
+// This file implements SlotIndex and related classes. The purpose of SlotIndex
 // is to describe a position at which a register can become live, or cease to
 // be live.
 //