]> granicus.if.org Git - llvm/commitdiff
[NFC] typo
authorJF Bastien <jfbastien@apple.com>
Tue, 10 Jul 2018 21:52:39 +0000 (21:52 +0000)
committerJF Bastien <jfbastien@apple.com>
Tue, 10 Jul 2018 21:52:39 +0000 (21:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@336730 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/DerivedTypes.h

index fc7d436423ef7e4ae9015fb6b4d36fc2275c8e83..9526d6287d2f83763a7fddf70af768ce710b13dd 100644 (file)
@@ -193,7 +193,7 @@ public:
 /// StructType::create() forms.
 ///
 /// Independent of what kind of struct you have, the body of a struct type are
-/// laid out in memory consequtively with the elements directly one after the
+/// laid out in memory consecutively with the elements directly one after the
 /// other (if the struct is packed) or (if not packed) with padding between the
 /// elements as defined by DataLayout (which is required to match what the code
 /// generator for a target expects).