[llvm-commits] [llvm] r121156 - /llvm/trunk/include/llvm/Support/AlignOf.h
Michael J. Spencer
bigcheesegs at gmail.com
Tue Dec 7 10:11:54 PST 2010
Author: mspencer
Date: Tue Dec 7 12:11:54 2010
New Revision: 121156
URL: http://llvm.org/viewvc/llvm-project?rev=121156&view=rev
Log:
Fix spelling.
Modified:
llvm/trunk/include/llvm/Support/AlignOf.h
Modified: llvm/trunk/include/llvm/Support/AlignOf.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/AlignOf.h?rev=121156&r1=121155&r2=121156&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/AlignOf.h (original)
+++ llvm/trunk/include/llvm/Support/AlignOf.h Tue Dec 7 12:11:54 2010
@@ -49,7 +49,7 @@
};
-/// 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.
More information about the llvm-commits
mailing list