aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
diff options
context:
space:
mode:
authorMatt Davis <Matthew.Davis@sony.com>2018-09-12 18:27:21 +0000
committerMatt Davis <Matthew.Davis@sony.com>2018-09-12 18:27:21 +0000
commit0090753ef00944036c86811ade14a7eb049e9b52 (patch)
treef71c9bf635abcccd357de1853f3a6f6d239b5cdc /clang/docs
parent75404fb9f8a83cef60720cf504cb10a7b01b4271 (diff)
[Diagnostic] Fix a warning typo. NFC.
s/aligment/alignment/ llvm-svn: 342068
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/DiagnosticsReference.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/docs/DiagnosticsReference.rst b/clang/docs/DiagnosticsReference.rst
index 734a45902484..94502f9c49ec 100644
--- a/clang/docs/DiagnosticsReference.rst
+++ b/clang/docs/DiagnosticsReference.rst
@@ -8637,9 +8637,9 @@ Also controls `-Wpragma-pack-suspicious-include`_.
**Diagnostic text:**
-+---------------------------------------------------------------------------------------------------------------+
-|:warning:`warning:` |nbsp| :diagtext:`the current #pragma pack aligment value is modified in the included file`|
-+---------------------------------------------------------------------------------------------------------------+
++----------------------------------------------------------------------------------------------------------------+
+|:warning:`warning:` |nbsp| :diagtext:`the current #pragma pack alignment value is modified in the included file`|
++----------------------------------------------------------------------------------------------------------------+
+---------------------------------------------------------------------------------------------+
|:warning:`warning:` |nbsp| :diagtext:`unterminated '#pragma pack (push, ...)' at end of file`|