aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-09-29 21:07:46 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-09-29 21:07:46 +0000
commit8574cbfd582db64f268e0542f0a1334c6c0888e8 (patch)
tree4623230ae6ddfa9e265329e37b393313314f695f
parent36036412e2e8ccbdb7c224d5fea066e9cde8fbf7 (diff)
downloadllvm-8574cbfd582db64f268e0542f0a1334c6c0888e8.zip
llvm-8574cbfd582db64f268e0542f0a1334c6c0888e8.tar.gz
llvm-8574cbfd582db64f268e0542f0a1334c6c0888e8.tar.bz2
Fix typo.
llvm-svn: 140807
-rw-r--r--llvm/include/llvm/CodeGen/SlotIndexes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/SlotIndexes.h b/llvm/include/llvm/CodeGen/SlotIndexes.h
index 6eb3180..2d98864 100644
--- a/llvm/include/llvm/CodeGen/SlotIndexes.h
+++ b/llvm/include/llvm/CodeGen/SlotIndexes.h
@@ -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.
//