diff options
Diffstat (limited to 'chapter06/adjusting.xml')
-rw-r--r-- | chapter06/adjusting.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/adjusting.xml b/chapter06/adjusting.xml index bc9e236a6..07c155cc2 100644 --- a/chapter06/adjusting.xml +++ b/chapter06/adjusting.xml @@ -55,7 +55,7 @@ readelf -l a.out | grep ': /lib'</userinput></screen> <para>Note that <filename class="directory">/lib</filename> is now the prefix of our dynamic linker.</para> - <para os="d">Now make sure that we're setup to use the correct startfiles:</para> + <para os="d">Now make sure that we're setup to use the correct start files:</para> <screen os="e"><userinput>grep -o '/usr/lib.*/crt[1in].*succeeded' dummy.log</userinput></screen> |