OS typo.
Rafael Garcia-Suarez [Thu, 31 Mar 2005 12:45:03 +0000 (12:45 +0000)]
p4raw-id: //depot/perl@24116

pod/perl592delta.pod

index 63b210f..18438f5 100644 (file)
@@ -65,7 +65,7 @@ of memory.  Previously such assignments would suffer from integer wrap-around
 during size calculations causing a misallocation, which would crash perl, and
 could theoretically be used for "stack smashing" attacks.  The wrapping
 defaults to enabled on platforms where we know it works (most AIX
-configurations, BSDi, Darwin, DEC OSF/1, FreeBSD, HP/UX, GNU Linux, OpenBSD,
+configurations, BSDi, Darwin, DEC OSF/1, FreeBSD, HP-UX, GNU Linux, OpenBSD,
 Solaris, VMS and most Win32 compilers) and defaults to disabled on other
 platforms.