From 9310805affc35c7e4a81f8a2354748fd02b41139 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 16 Jun 2005 20:16:09 +0000 Subject: Correct misuse of effect (Randy McMurchy). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6028 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass2.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter05') diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index c25431601..2489dffc8 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -131,7 +131,7 @@ code. __cxa_atexit, rather than atexit, 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. -- cgit v1.2.3-54-g00ecf