analyzer.opt: fix typos in descriptions (PR 93659)
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 10 Feb 2020 21:04:13 +0000 (16:04 -0500)
committerDavid Malcolm <dmalcolm@redhat.com>
Mon, 10 Feb 2020 23:05:23 +0000 (18:05 -0500)
gcc/analyzer/ChangeLog:
PR analyzer/93659
* analyzer.opt (-param=analyzer-max-recursion-depth=): Fix "tha"
-> "that" typo.
(Wanalyzer-use-of-uninitialized-value): Fix "initialized" ->
"uninitialized" typo.

gcc/analyzer/ChangeLog
gcc/analyzer/analyzer.opt

index e3f7c43948a948a0b3ab91d4b3288b5fe2cc9c0f..4dace2d16c803dda31d86588fc6d66722a0b5ad4 100644 (file)
@@ -1,3 +1,11 @@
+2020-02-10  David Malcolm  <dmalcolm@redhat.com>
+
+       PR analyzer/93659
+       * analyzer.opt (-param=analyzer-max-recursion-depth=): Fix "tha"
+       -> "that" typo.
+       (Wanalyzer-use-of-uninitialized-value): Fix "initialized" ->
+       "uninitialized" typo.
+
 2020-02-10  David Malcolm  <dmalcolm@redhat.com>
 
        PR analyzer/93350
index af8d81d697aba2beecd91b51bb1b8c79f8af7bc8..7d40c88ed1aef666096ec166052b880a094d987b 100644 (file)
@@ -32,7 +32,7 @@ The maximum number of exploded nodes per program point within the analyzer, befo
 
 -param=analyzer-max-recursion-depth=
 Common Joined UInteger Var(param_analyzer_max_recursion_depth) Init(2) Param
-The maximum number of times a callsite can appear in a call stack within the analyzer, before terminating analysis of a call tha would recurse deeper.
+The maximum number of times a callsite can appear in a call stack within the analyzer, before terminating analysis of a call that would recurse deeper.
 
 -param=analyzer-min-snodes-for-call-summary=
 Common Joined UInteger Var(param_analyzer_min_snodes_for_call_summary) Init(10) Param
@@ -100,7 +100,7 @@ Warn about code paths in which a pointer to a stale stack frame is used.
 
 Wanalyzer-use-of-uninitialized-value
 Common Var(warn_analyzer_use_of_uninitialized_value) Init(1) Warning
-Warn about code paths in which an initialized value is used.
+Warn about code paths in which an uninitialized value is used.
 
 Wanalyzer-too-complex
 Common Var(warn_analyzer_too_complex) Init(0) Warning