Clean up language and grammar.
[oota-llvm.git] / lib / Analysis / CFGPrinter.cpp
index 6d421ab2361f4b6b9128527e698ab680fef172a3..c2c19d6a69efbd370b0d4d5bfb116a878fed7dcc 100644 (file)
@@ -148,8 +148,8 @@ void Function::viewCFG() const {
 
 /// viewCFGOnly - This function is meant for use from the debugger.  It works
 /// just like viewCFG, but it does not include the contents of basic blocks
-/// into the nodes, just the label.  If you are only interested in the CFG t
-/// his can make the graph smaller.
+/// into the nodes, just the label.  If you are only interested in the CFG
+/// this can make the graph smaller.
 ///
 void Function::viewCFGOnly() const {
   ViewGraph(this, "cfg" + getName(), true);