summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/TargetInfo.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2017-03-31 01:45:39 +0000
committerEric Christopher <echristo@gmail.com>2017-03-31 01:45:39 +0000
commitb429dfb8fa85b4ac40689e74d917d8356cd6418e (patch)
tree9cf534ac9f3c6863db5140e048f6467a0d2f344a /include/clang/Basic/TargetInfo.h
parent7b9e8f0e19200396f8d44d7f1a0c27f70c8771ff (diff)
Fix typo, defind -> defined.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299148 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/TargetInfo.h')
-rw-r--r--include/clang/Basic/TargetInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/TargetInfo.h b/include/clang/Basic/TargetInfo.h
index 39c5e2ec40..42469a1ca9 100644
--- a/include/clang/Basic/TargetInfo.h
+++ b/include/clang/Basic/TargetInfo.h
@@ -154,7 +154,7 @@ public:
/// typedef void* __builtin_va_list;
VoidPtrBuiltinVaList,
- /// __builtin_va_list as defind by the AArch64 ABI
+ /// __builtin_va_list as defined by the AArch64 ABI
/// http://infocenter.arm.com/help/topic/com.arm.doc.ihi0055a/IHI0055A_aapcs64.pdf
AArch64ABIBuiltinVaList,