commit | 7a2bdde0a0eebcd2125055e0eacaca040f0b766c | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Apr 15 05:18:47 2011 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Apr 15 05:18:47 2011 +0000 |
tree | 1cd5fa470f290368855c9081cb213ed118812805 | |
parent | bcb8c6d09ee426e0f774e3412912f6ae9e5f78dd [diff] [blame] |
Fix a ton of comment typos found by codespell. Patch by Luis Felipe Strano Moraes! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129558 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/RenderMachineFunction.cpp b/lib/CodeGen/RenderMachineFunction.cpp index cbfd5a2..c8de382 100644 --- a/lib/CodeGen/RenderMachineFunction.cpp +++ b/lib/CodeGen/RenderMachineFunction.cpp
@@ -47,7 +47,7 @@ static cl::opt<std::string> machineFuncsToRender("rmf-funcs", - cl::desc("Coma seperated list of functions to render" + cl::desc("Comma separated list of functions to render" ", or \"*\"."), cl::init(""), cl::Hidden);