diff options
Diffstat (limited to 'include/llvm/Type.h')
-rw-r--r-- | include/llvm/Type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h index 4a8bbf0..38c4e30 100644 --- a/include/llvm/Type.h +++ b/include/llvm/Type.h @@ -270,7 +270,7 @@ public: /// /// Note that this may not reflect the size of memory allocated for an /// instance of the type or the number of bytes that are written when an - /// intance of the type is stored to memory. The TargetData class provides + /// instance of the type is stored to memory. The TargetData class provides /// additional query functions to provide this information. /// unsigned getPrimitiveSizeInBits() const; |