projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a35c1b9
)
Fix spelling.
author
Michael J. Spencer
<bigcheesegs@gmail.com>
Tue, 7 Dec 2010 18:11:54 +0000
(18:11 +0000)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/include/llvm/Support/AlignOf.h
b/include/llvm/Support/AlignOf.h
index 979e5975aa001a310d33eece7c0bf05b15a20888..cebfa7982d6d0719c5a792a4e367d05eb33f6e56 100644
(file)
--- 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 mini
n
um alignment of
+/// alignOf - A templated function that returns the mini
m
um 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.