s/bus error/segfault/
Dave Rolsky [Fri, 14 Nov 2008 22:11:13 +0000 (22:11 +0000)]
Changes

diff --git a/Changes b/Changes
index 24057c5..a4e34d6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,7 +3,7 @@ Revision history for Perl extension Class-MOP.
 0.70 Fri, November 14, 2008
     * Class::MOP
       - Fixed an odd corner case where the XS version of
-        get_all_package_symbols could cause a bus error. This only
+        get_all_package_symbols could cause a segfault. This only
         happened with inlined constants in Perl 5.10.0 (Florian
         Ragwitz)