diff --git a/docs/xml/quick-start-guide.xml b/docs/xml/quick-start-guide.xml index a743950f3..2a45f9639 100644 --- a/docs/xml/quick-start-guide.xml +++ b/docs/xml/quick-start-guide.xml @@ -188,7 +188,8 @@ messages produced by a compiler, right? Memcheck also cannot detect every memory error your program has. For example, it can't detect if you overrun the bounds of an array that is -allocated statically or on the stack. +allocated statically or on the stack. But it should detect every error that +could crash your program (eg. cause a segmentation fault).