From: Richard Biener Date: Mon, 9 Feb 2026 13:06:09 +0000 (+0100) Subject: Fix typo in analyzer docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a1220a4a02033fe3c4a8cb6e27d1e0646bf2040;p=thirdparty%2Fgcc.git Fix typo in analyzer docs * doc/analyzer.texi (State Tracking): Fix typo. --- diff --git a/gcc/doc/analyzer.texi b/gcc/doc/analyzer.texi index af87d90237e..c9f5a3acbff 100644 --- a/gcc/doc/analyzer.texi +++ b/gcc/doc/analyzer.texi @@ -219,7 +219,7 @@ To prevent this, we follow various approaches: @enumerate a @item state pruning: which tries to discard state that won't be relevant -later on withing the function. +later on within the function. This can be disabled via @option{-fno-analyzer-state-purge}. @item