From: Michael J. Spencer Date: Tue, 7 Dec 2010 18:11:54 +0000 (+0000) Subject: Fix spelling. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6511988cd477db280c7e1057af81025a40039811;p=oota-llvm.git Fix spelling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121156 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/AlignOf.h b/include/llvm/Support/AlignOf.h index 979e5975aa0..cebfa7982d6 100644 --- a/include/llvm/Support/AlignOf.h +++ b/include/llvm/Support/AlignOf.h @@ -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() returns the alignment of an int.