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


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
  • [PATCH] D139017: Changed t... Gianni Crivello via Phabricator via cfe-commits

Reply via email to