summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-31 12:45:03 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-31 12:45:03 +0000
commite5c81e17af00afc0ebc60aad89ae529c1bb1b3c7 (patch)
tree96a76ef200e97afc7e3047af397daeb49b9dcbd6
parent4a656c5eef87fdcd0f47ec405e089d37434e6c6b (diff)
downloadperl-e5c81e17af00afc0ebc60aad89ae529c1bb1b3c7.tar.gz
OS typo.
p4raw-id: //depot/perl@24116
-rw-r--r--pod/perl592delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl592delta.pod b/pod/perl592delta.pod
index 63b210f00f..18438f5817 100644
--- a/pod/perl592delta.pod
+++ b/pod/perl592delta.pod
@@ -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.