瀏覽代碼

Correct misuse of effect (Randy McMurchy).

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6028 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 年之前
父節點
當前提交
9310805aff
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      chapter05/gcc-pass2.xml
  2. 1 1
      chapter06/sysvinit.xml

+ 1 - 1
chapter05/gcc-pass2.xml

@@ -131,7 +131,7 @@ code.</para></listitem>
 <emphasis>__cxa_atexit</emphasis>, rather than
 <emphasis>atexit</emphasis>, to register C++ destructors for local
 statics and global objects.  This option is essential for fully
-standards-compliant handling of destructors. It also effects the C++
+standards-compliant handling of destructors. It also affects the C++
 ABI, and therefore results in C++ shared libraries and C++ programs
 that are interoperable with other Linux
 distributions.</para></listitem>

+ 1 - 1
chapter06/sysvinit.xml

@@ -102,7 +102,7 @@ the <command>setfont</command> program. The <command>console</command>
 initscript from the LFS-Bootscripts package calls the <command>setfont</command>
 program during system startup. Sending this escape sequence is
 necessary for people who use non-ISO 8859-1 screen fonts, but it does
-not effect native English speakers.</para>
+not affect native English speakers.</para>
 
 </sect2>