This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
We're against contractions.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 4 Feb 2016 01:16:39 +0000 (20:16 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 4 Feb 2016 01:24:22 +0000 (20:24 -0500)
More importantly: that apostrophe messed up my Emacs' syntax highlighting.

ext/POSIX/POSIX.xs

index 0b02b54..a8f67d9 100644 (file)
@@ -3004,7 +3004,7 @@ sigaction(sig, optaction, oldaction = 0)
 #if defined(WIN32) || defined(NETWARE) || (defined(__amigaos4__) && defined(__NEWLIB__))
        RETVAL = not_here("sigaction");
 #else
 #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.
 
        {
 # interface look beautiful, which is hard.
 
        {