Fix trivial typo in llvm_move.
[oota-llvm.git] / 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.