[llvm-commits] [llvm] r128216 - /llvm/trunk/include/llvm/Analysis/DIBuilder.h
Jay Foad
jay.foad at gmail.com
Thu Mar 24 09:18:19 PDT 2011
Author: foad
Date: Thu Mar 24 11:18:19 2011
New Revision: 128216
URL: http://llvm.org/viewvc/llvm-project?rev=128216&view=rev
Log:
Fix typo in comment.
Modified:
llvm/trunk/include/llvm/Analysis/DIBuilder.h
Modified: llvm/trunk/include/llvm/Analysis/DIBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/DIBuilder.h?rev=128216&r1=128215&r2=128216&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/DIBuilder.h (original)
+++ llvm/trunk/include/llvm/Analysis/DIBuilder.h Thu Mar 24 11:18:19 2011
@@ -387,7 +387,7 @@
/// @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.
More information about the llvm-commits
mailing list