Fix typo in comment.

llvm-svn: 128216
This commit is contained in:
Jay Foad 2011-03-24 16:18:19 +00:00
parent 669ce55a42
commit b03bd5983d
1 changed files with 1 additions and 1 deletions

View 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.