aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-01-23 13:34:04 +0000
committerJim Laskey <jlaskey@mac.com>2006-01-23 13:34:04 +0000
commit17d52f723421ce28d1b9fe2fc058366ed43ec094 (patch)
treed0a0d3e024477d4069f89be41f79e9d9a500bd83 /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parentf0f9c90204c650b9f3c3feb02ccfcb1e40c6acdd (diff)
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25545 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 6cc4d436e9..7badd283a8 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"),