Fix spelling.

llvm-svn: 121156
This commit is contained in:
Michael J. Spencer 2010-12-07 18:11:54 +00:00
parent a679d9b91b
commit cda94ff1f3

View File

@ -49,7 +49,7 @@ struct AlignOf {
};
/// alignOf - A templated function that returns the mininum alignment of
/// alignOf - A templated function that returns the minimum alignment of
/// of a type. This provides no extra functionality beyond the AlignOf
/// class besides some cosmetic cleanliness. Example usage:
/// alignOf<int>() returns the alignment of an int.