summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticGroups.td
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2017-01-14 11:41:45 +0000
committerSylvestre Ledru <sylvestre@debian.org>2017-01-14 11:41:45 +0000
commit3a67b12cd7b0cfce78448a21ac5e392344a84811 (patch)
treedea6586f8e8670b6347ae26c8168cf4cf3631b48 /include/clang/Basic/DiagnosticGroups.td
parent6c88744ec30a1f3723ec01dea4b6f55e5cf6d91d (diff)
fix a few typo in the doc but also in the clang messages
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292015 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/DiagnosticGroups.td')
-rw-r--r--include/clang/Basic/DiagnosticGroups.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/DiagnosticGroups.td b/include/clang/Basic/DiagnosticGroups.td
index 5d314498dd..992f59f6a4 100644
--- a/include/clang/Basic/DiagnosticGroups.td
+++ b/include/clang/Basic/DiagnosticGroups.td
@@ -883,7 +883,7 @@ def BackendOptimizationFailure : DiagGroup<"pass-failed">;
def ProfileInstrOutOfDate : DiagGroup<"profile-instr-out-of-date">;
def ProfileInstrUnprofiled : DiagGroup<"profile-instr-unprofiled">;
-// AddressSanitizer frontent instrumentation remarks.
+// AddressSanitizer frontend instrumentation remarks.
def SanitizeAddressRemarks : DiagGroup<"sanitize-address">;
// Issues with serialized diagnostics.