[PATCH] D139017: Changed the intentional spelling errors back to the original, made more slight grammar corrections
Gianni Crivello via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 30 07:58:14 PST 2022
giannicrivello created this revision.
Herald added a subscriber: steakhal.
Herald added a reviewer: NoQ.
Herald added a project: All.
giannicrivello requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D139017
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: D139017.478958.patch
Type: text/x-patch
Size: 813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221130/36fb770d/attachment.bin>
More information about the cfe-commits
mailing list