diff options
author | Duncan Sands <baldrick@free.fr> | 2007-05-05 16:32:57 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2007-05-05 16:32:57 +0000 |
commit | 02528f5425925ce12ca0b6042da25a734433853b (patch) | |
tree | a75cddd67c400612de448b2fff8a82ce8a6eae58 /llvm | |
parent | 4db0090339aea7be282ce2863ce56d5fc3950514 (diff) | |
download | bcm5719-llvm-02528f5425925ce12ca0b6042da25a734433853b.tar.gz bcm5719-llvm-02528f5425925ce12ca0b6042da25a734433853b.zip |
Spelling fix.
llvm-svn: 36781
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/CodeGen/DwarfWriter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp index 8b6edac3079..45ccb0cfa6b 100644 --- a/llvm/lib/CodeGen/DwarfWriter.cpp +++ b/llvm/lib/CodeGen/DwarfWriter.cpp @@ -2725,7 +2725,7 @@ private: /// bool shouldEmit; - /// FuncCPPPersonality - C++ persoanlity function. + /// FuncCPPPersonality - C++ personality function. /// Function *FuncCPPPersonality; |