Spelling fix.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36781 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp
index 8b6edac..45ccb0c 100644
--- a/lib/CodeGen/DwarfWriter.cpp
+++ b/lib/CodeGen/DwarfWriter.cpp
@@ -2725,7 +2725,7 @@
   ///
   bool shouldEmit;
   
-  /// FuncCPPPersonality - C++ persoanlity function.
+  /// FuncCPPPersonality - C++ personality function.
   ///
   Function *FuncCPPPersonality;