From: Jim Laskey Date: Mon, 23 Jan 2006 13:34:04 +0000 (+0000) Subject: Typo. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=17d52f723421ce28d1b9fe2fc058366ed43ec094;p=oota-llvm.git Typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25545 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 6cc4d436e90..7badd283a82 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -62,7 +62,7 @@ namespace { cl::init(noScheduling), cl::values( clEnumValN(noScheduling, "none", - "No scheduling: breath first sequencing"), + "No scheduling: breadth first sequencing"), clEnumValN(simpleScheduling, "simple", "Simple two pass scheduling: minimize critical path " "and maximize processor utilization"),