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>;
 


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>;
 
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to