diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-03-25 20:09:46 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-03-25 20:09:46 +0000 |
commit | 6eda9412f8dc717200dec22c57afdd2a46edfa8e (patch) | |
tree | c835d11c3e3f90de6a8561320ec54f077bfd358f /gnu/usr.bin/perl/beos | |
parent | 19adbb7d6dbd1516758cad91978165088a19e917 (diff) |
import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myself
Diffstat (limited to 'gnu/usr.bin/perl/beos')
-rw-r--r-- | gnu/usr.bin/perl/beos/beos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/beos/beos.c b/gnu/usr.bin/perl/beos/beos.c index 755ce993c86..5769abcdf78 100644 --- a/gnu/usr.bin/perl/beos/beos.c +++ b/gnu/usr.bin/perl/beos/beos.c @@ -15,7 +15,7 @@ /* In BeOS 5.0 the waitpid() seems to misbehave in that the status * has the upper and lower bytes swapped compared with the usual - * POSIX/UNIX implementations. To undo the surpise effect to the + * POSIX/UNIX implementations. To undo the surprise effect to the * rest of Perl we need this wrapper. (The rest of BeOS might be * surprised because of this, though.) */ |