Fix typos in comments.
authorBrian Gaeke <gaeke@uiuc.edu>
Mon, 15 Sep 2003 05:28:42 +0000 (05:28 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Mon, 15 Sep 2003 05:28:42 +0000 (05:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8523 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/LiveRangeInfo.h
lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h

index 7b6ecb8db65d87b8bf552632214e85c5b6478faf..fd664bb1db8fa671ead05db781a3e3ed4b4d7505 100644 (file)
@@ -1,7 +1,7 @@
 //===-- LiveRangeInfo.h - Track all LiveRanges for a Function ----*- C++ -*-==//
 //
 // This file contains the class LiveRangeInfo which constructs and keeps 
-// the LiveRangMap which contains all the live ranges used in a method.
+// the LiveRangeMap which contains all the live ranges used in a method.
 //
 // Assumptions: 
 //
@@ -36,7 +36,7 @@ typedef hash_map<const Value*, LiveRange*> LiveRangeMapType;
 //----------------------------------------------------------------------------
 // Class LiveRangeInfo
 //
-// Constructs and keeps the LiveRangMap which contains all the live 
+// Constructs and keeps the LiveRangeMap which contains all the live 
 // ranges used in a method. Also contain methods to coalesce live ranges.
 //----------------------------------------------------------------------------
 
index 7b6ecb8db65d87b8bf552632214e85c5b6478faf..fd664bb1db8fa671ead05db781a3e3ed4b4d7505 100644 (file)
@@ -1,7 +1,7 @@
 //===-- LiveRangeInfo.h - Track all LiveRanges for a Function ----*- C++ -*-==//
 //
 // This file contains the class LiveRangeInfo which constructs and keeps 
-// the LiveRangMap which contains all the live ranges used in a method.
+// the LiveRangeMap which contains all the live ranges used in a method.
 //
 // Assumptions: 
 //
@@ -36,7 +36,7 @@ typedef hash_map<const Value*, LiveRange*> LiveRangeMapType;
 //----------------------------------------------------------------------------
 // Class LiveRangeInfo
 //
-// Constructs and keeps the LiveRangMap which contains all the live 
+// Constructs and keeps the LiveRangeMap which contains all the live 
 // ranges used in a method. Also contain methods to coalesce live ranges.
 //----------------------------------------------------------------------------