From 98363225a3badb3cfbe539b0a000ef108b0fea87 Mon Sep 17 00:00:00 2001
From: Christopher Lamb <christopher.lamb@gmail.com>
Date: Mon, 6 Aug 2007 16:33:56 +0000
Subject: Implement review feedback. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40863 91177308-0d34-0410-b5e6-96231b3b80d8
---
 include/llvm/CodeGen/Passes.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'include')

diff --git a/include/llvm/CodeGen/Passes.h b/include/llvm/CodeGen/Passes.h
index 290e86f..4512982 100644
--- a/include/llvm/CodeGen/Passes.h
+++ b/include/llvm/CodeGen/Passes.h
@@ -90,7 +90,7 @@ namespace llvm {
   FunctionPass *createPrologEpilogCodeInserter();
   
   /// LowerSubregs Pass - This pass lowers subregs to register-register copies
-  /// which yields suboptimial, but correct code if the register allocator
+  /// which yields suboptimal, but correct code if the register allocator
   /// cannot coalesce all subreg operations during allocation.
   ///
   FunctionPass *createLowerSubregsPass();
-- 
cgit v1.1