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

include/llvm/CodeGen/LiveVariables.h

index 5c714e308aaca046e9c13641a25f3323eef8a7f4..90b437bf7a2916f2a420dbfdf7f839ccdb06ec4c 100644 (file)
@@ -14,7 +14,7 @@
 // the instruction, but are never used after the instruction (i.e., they are
 // killed).
 //
-// This class computes live variables using are sparse implementation based on
+// This class computes live variables using a sparse implementation based on
 // the machine code SSA form.  This class computes live variable information for
 // each virtual and _register allocatable_ physical register in a function.  It
 // uses the dominance properties of SSA form to efficiently compute live