Spelling fix.

llvm-svn: 36781
diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp
index 8b6edac..45ccb0c 100644
--- a/llvm/lib/CodeGen/DwarfWriter.cpp
+++ b/llvm/lib/CodeGen/DwarfWriter.cpp
@@ -2725,7 +2725,7 @@
   ///
   bool shouldEmit;
   
-  /// FuncCPPPersonality - C++ persoanlity function.
+  /// FuncCPPPersonality - C++ personality function.
   ///
   Function *FuncCPPPersonality;