summaryrefslogtreecommitdiff
path: root/include/llvm/TableGen
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-10-22 15:18:03 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-10-22 15:18:03 +0000
commit135fe6ac5f5b80ef68c19b3ec7bb0063e28f2bab (patch)
treeddc8fab3897e8da85aae453f41a0980781990367 /include/llvm/TableGen
parent16da44c56235d4aa12c001d94f87ca1dd8e30837 (diff)
downloadllvm-135fe6ac5f5b80ef68c19b3ec7bb0063e28f2bab.tar.gz
llvm-135fe6ac5f5b80ef68c19b3ec7bb0063e28f2bab.tar.bz2
llvm-135fe6ac5f5b80ef68c19b3ec7bb0063e28f2bab.tar.xz
Speling fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193165 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/TableGen')
-rw-r--r--include/llvm/TableGen/Record.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/TableGen/Record.h b/include/llvm/TableGen/Record.h
index e17cddd9af..50352bd9a5 100644
--- a/include/llvm/TableGen/Record.h
+++ b/include/llvm/TableGen/Record.h
@@ -694,7 +694,7 @@ public:
};
-/// IntInit - 7 - Represent an initalization by a literal integer value.
+/// IntInit - 7 - Represent an initialization by a literal integer value.
///
class IntInit : public TypedInit {
int64_t Value;