summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/TargetCXXABI.h
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-12-05 04:47:09 +0000
committerAlp Toker <alp@nuanti.com>2013-12-05 04:47:09 +0000
commit2b01e1e26da79a67a248565a189287192b3757f0 (patch)
tree0d22890fb598fef21e6a3dd4e42d0413fa9b1540 /include/clang/Basic/TargetCXXABI.h
parentecd4ae9e89f6e216cf6bf9fe08ad04901ecca631 (diff)
Correct hyphenations in comments and assert messages
This patch tries to avoid unrelated changes other than fixing a few hyphen-related ambiguities in nearby lines. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196466 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/TargetCXXABI.h')
-rw-r--r--include/clang/Basic/TargetCXXABI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/TargetCXXABI.h b/include/clang/Basic/TargetCXXABI.h
index 9ef3274b6e..7fe38953b9 100644
--- a/include/clang/Basic/TargetCXXABI.h
+++ b/include/clang/Basic/TargetCXXABI.h
@@ -230,7 +230,7 @@ public:
/// Only allocate objects in the tail padding of a base class if
/// the base class is not POD according to the rules of C++ TR1.
- /// This is non strictly conforming in C++11 mode.
+ /// This is non-strictly conforming in C++11 mode.
UseTailPaddingUnlessPOD03,
/// Only allocate objects in the tail padding of a base class if