[llvm] r336730 - [NFC] typo

JF Bastien via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 10 14:52:39 PDT 2018


Author: jfb
Date: Tue Jul 10 14:52:39 2018
New Revision: 336730

URL: http://llvm.org/viewvc/llvm-project?rev=336730&view=rev
Log:
[NFC] typo

Modified:
    llvm/trunk/include/llvm/IR/DerivedTypes.h

Modified: llvm/trunk/include/llvm/IR/DerivedTypes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/DerivedTypes.h?rev=336730&r1=336729&r2=336730&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/DerivedTypes.h (original)
+++ llvm/trunk/include/llvm/IR/DerivedTypes.h Tue Jul 10 14:52:39 2018
@@ -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).




More information about the llvm-commits mailing list