Fix typo in comment.
authorJay Foad <jay.foad@gmail.com>
Thu, 24 Mar 2011 16:18:19 +0000 (16:18 +0000)
committerJay Foad <jay.foad@gmail.com>
Thu, 24 Mar 2011 16:18:19 +0000 (16:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128216 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DIBuilder.h

index 32a17e4f096ebfa888427ec2e9a695cb5016e8ad..5c0c0378a6daf0a7fb778b02efa7611066b2d8c0 100644 (file)
@@ -387,7 +387,7 @@ namespace llvm {
     /// @param Ty            Function type.
     /// @param isLocalToUnit True if this function is not externally visible..
     /// @param isDefinition  True if this is a function definition.
-    /// @param Virtuality    Attributes describing virutallness. e.g. pure 
+    /// @param Virtuality    Attributes describing virtualness. e.g. pure 
     ///                      virtual function.
     /// @param VTableIndex   Index no of this method in virtual table.
     /// @param VTableHolder  Type that holds vtable.