Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Thu, 31 Jan 2008 00:44:33 +0000 (00:44 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 31 Jan 2008 00:44:33 +0000 (00:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46588 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LiveVariables.h

index 90b437bf7a2916f2a420dbfdf7f839ccdb06ec4c..7d39b7af8aac8f5b4efde776c91451c6593d7c8a 100644 (file)
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file implements the LiveVariable analysis pass.  For each machine
+// This file implements the LiveVariables analysis pass.  For each machine
 // instruction in the function, this pass calculates the set of registers that
 // are immediately dead after the instruction (i.e., the instruction calculates
 // the value, but it is never used) and the set of registers that are used by