Typo.
authorJim Laskey <jlaskey@mac.com>
Mon, 23 Jan 2006 13:34:04 +0000 (13:34 +0000)
committerJim Laskey <jlaskey@mac.com>
Mon, 23 Jan 2006 13:34:04 +0000 (13:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25545 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index 6cc4d436e903877777f92198f11a3757c2baf6db..7badd283a82da7120f3785266fccb549de908645 100644 (file)
@@ -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"),