* doc/analyzer.texi (State Tracking): Fix typo.
Pushed.
---
gcc/doc/analyzer.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.51.0