From: Brian Gaeke Date: Mon, 15 Sep 2003 05:28:42 +0000 (+0000) Subject: Fix typos in comments. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=41de073b0482c1b9cf40f0a80c24b17333f0d9c9;p=oota-llvm.git Fix typos in comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8523 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegAlloc/LiveRangeInfo.h b/lib/CodeGen/RegAlloc/LiveRangeInfo.h index 7b6ecb8db65..fd664bb1db8 100644 --- a/lib/CodeGen/RegAlloc/LiveRangeInfo.h +++ b/lib/CodeGen/RegAlloc/LiveRangeInfo.h @@ -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 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. //---------------------------------------------------------------------------- diff --git a/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h b/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h index 7b6ecb8db65..fd664bb1db8 100644 --- a/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h +++ b/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.h @@ -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 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. //----------------------------------------------------------------------------