diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2016-02-03 20:16:39 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2016-02-03 20:24:22 -0500 |
commit | 3a8a164234708d6849d55a7b08ce31e258925c60 (patch) | |
tree | 13a56fbf3219436bcd664bc47a1061bb5b632f5d /ext | |
parent | 6b13befe6d53c302cac5156820d2f7671e531728 (diff) | |
download | perl-3a8a164234708d6849d55a7b08ce31e258925c60.tar.gz |
We're against contractions.
More importantly: that apostrophe messed up my Emacs' syntax highlighting.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/POSIX/POSIX.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/POSIX.xs b/ext/POSIX/POSIX.xs index 0b02b54ebd..a8f67d9188 100644 --- a/ext/POSIX/POSIX.xs +++ b/ext/POSIX/POSIX.xs @@ -3004,7 +3004,7 @@ sigaction(sig, optaction, oldaction = 0) #if defined(WIN32) || defined(NETWARE) || (defined(__amigaos4__) && defined(__NEWLIB__)) RETVAL = not_here("sigaction"); #else -# This code is really grody because we're trying to make the signal +# This code is really grody because we are trying to make the signal # interface look beautiful, which is hard. { |