wibbles



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4788 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/docs/xml/quick-start-guide.xml b/docs/xml/quick-start-guide.xml
index 2a45f96..ea0d74f 100644
--- a/docs/xml/quick-start-guide.xml
+++ b/docs/xml/quick-start-guide.xml
@@ -132,14 +132,14 @@
  </listitem>
 
  <listitem>
- <para>The addresses (eg. 0x804838F) are usually unimportant, but occasionally
-   crucial for tracking down weirder bugs.</para>
+ <para>The code addresses (eg. 0x804838F) are usually unimportant, but
+ occasionally crucial for tracking down weirder bugs.</para>
  </listitem>
 
  <listitem>
  <para>Some error messages have a second component which describes the memory
    address involved.  This one shows that the written memory is just past
-   the end of a block allocated with malloc() on line 7 of example.c.</para>
+   the end of a block allocated with malloc() on line 5 of example.c.</para>
  </listitem>
 </itemizedlist>