File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -940,6 +940,7 @@ Marty Pauley <marty+p5p@kasei.com>
940940Martyn Pearce <martyn@inpharmatica.co.uk>
941941Marvin Humphrey <marvin@rectangular.com>
942942Masahiro Honma <hira.tara@gmail.com>
943+ Masahiro Iuchi <masahiro.iuchi@gmail.com>
943944Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
944945Mashrab Kuvatov <kmashrab@uni-bremen.de>
945946Mathias Kende <mathias@cpan.org>
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ int amigaos_kill(Pid_t pid, int signal)
380380 }
381381 }
382382 IExec -> ReleaseSemaphore (& fork_array_sema );
383- /* Allow the C library to work out which signals are realy valid */
383+ /* Allow the C library to work out which signals are really valid */
384384 if (thistask )
385385 {
386386 /* A quirk in newlib kill handling means it's better to call raise() rather than kill on out own task. */
Original file line number Diff line number Diff line change @@ -1097,7 +1097,7 @@ ($)
10971097 |$: :UNICODE_DISALLOW_SURROGATE;
10981098 $controlling_warning_category = ' non_unicode' ;
10991099
1100- if ($will_overflow ) { # This is realy a malformation
1100+ if ($will_overflow ) { # This is really a malformation
11011101 $non_cp_trailing_text = " if you see this, there is an error" ;
11021102 $cp_message_qr = qr /\Q $non_cp_trailing_text \E / ;
11031103 $initially_malformed = 1;
You can’t perform that action at this time.
0 commit comments