|
From: <sv...@va...> - 2005-09-27 18:52:43
|
Author: njn
Date: 2005-09-27 19:52:39 +0100 (Tue, 27 Sep 2005)
New Revision: 4788
Log:
wibbles
Modified:
trunk/docs/xml/quick-start-guide.xml
Modified: trunk/docs/xml/quick-start-guide.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/docs/xml/quick-start-guide.xml 2005-09-27 10:44:39 UTC (rev 478=
7)
+++ trunk/docs/xml/quick-start-guide.xml 2005-09-27 18:52:39 UTC (rev 478=
8)
@@ -132,14 +132,14 @@
</listitem>
=20
<listitem>
- <para>The addresses (eg. 0x804838F) are usually unimportant, but occasi=
onally
- 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>
=20
<listitem>
<para>Some error messages have a second component which describes the m=
emory
address involved. This one shows that the written memory is just pas=
t
- the end of a block allocated with malloc() on line 7 of example.c.</p=
ara>
+ the end of a block allocated with malloc() on line 5 of example.c.</p=
ara>
</listitem>
</itemizedlist>
=20
|