[PATCH] D138964: Fixed a few spelling errors in clang/include/clang/StaticAnalyzer/Checkers/CheckerBase.td
Gianni Crivello via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 30 08:02:35 PST 2022
giannicrivello updated this revision to Diff 478960.
giannicrivello added a comment.
Addressed the intentional spelling errors, also fixed a few more grammar errors
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138964/new/
https://reviews.llvm.org/D138964
Files:
clang/include/clang/StaticAnalyzer/Checkers/CheckerBase.td
Index: clang/include/clang/StaticAnalyzer/Checkers/CheckerBase.td
===================================================================
--- clang/include/clang/StaticAnalyzer/Checkers/CheckerBase.td
+++ clang/include/clang/StaticAnalyzer/Checkers/CheckerBase.td
@@ -27,12 +27,12 @@
bits<1> Val = val;
}
-/// Alpha entries are under development, might be incomplete, incorrect and
+/// Alpha entries are under development, might be incomplet, inkorrekt and
/// unstable.
def InAlpha : DevelopmentStageEnum<0>;
/// Released entries are stable, produce minimal, if any false positives,
-/// and emits reports that explain the occurance of the bug understandably and
+/// and emits reports that explain the occurrence of the bug understandably and
/// thoroughly.
def Released : DevelopmentStageEnum<1>;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138964.478960.patch
Type: text/x-patch
Size: 813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221130/70b64296/attachment-0001.bin>
More information about the cfe-commits
mailing list