[llvm-commits] [llvm] r140807 - /llvm/trunk/include/llvm/CodeGen/SlotIndexes.h

Nick Lewycky nicholas at mxc.ca
Thu Sep 29 14:07:47 PDT 2011


Author: nicholas
Date: Thu Sep 29 16:07:46 2011
New Revision: 140807

URL: http://llvm.org/viewvc/llvm-project?rev=140807&view=rev
Log:
Fix typo.

Modified:
    llvm/trunk/include/llvm/CodeGen/SlotIndexes.h

Modified: llvm/trunk/include/llvm/CodeGen/SlotIndexes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/SlotIndexes.h?rev=140807&r1=140806&r2=140807&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/SlotIndexes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/SlotIndexes.h Thu Sep 29 16:07:46 2011
@@ -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.
 //





More information about the llvm-commits mailing list