Fix spelling.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Tue, 7 Dec 2010 18:11:54 +0000 (18:11 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Tue, 7 Dec 2010 18:11:54 +0000 (18:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121156 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/AlignOf.h

index 979e5975aa001a310d33eece7c0bf05b15a20888..cebfa7982d6d0719c5a792a4e367d05eb33f6e56 100644 (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.