laguage and copyright date corrections, no code changes
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 9 Oct 2009 21:35:30 +0000 (23:35 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 9 Oct 2009 21:35:30 +0000 (23:35 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash_test/ash-signals/signal1.tests
shell/random.c
shell/random.h

index 3c424731a248a7813eac3bb62cef65ee2d7b6b1f..28bfc6a46c31f696006924d3d9a181a919639a7c 100755 (executable)
@@ -6,7 +6,7 @@ for try in 1 2 3 4 5; do
     echo "sent $try signal"
 done &
 
-# Ensure "wait" have something to wait for
+# Ensure "wait" has something to wait for
 sleep 2 &
 
 # Ensure we do not execute "trap" below before "kill -USR1" above
index a4dce846da8669e47540828f7186ae7821447495..cca9d120dfcaee290a97a95c319d68d2da6785f4 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * $RANDOM support.
  *
- * Copyright (C) 2008 Denys Vlasenko
+ * Copyright (C) 2009 Denys Vlasenko
  *
  * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
index 2d29a60e852faf026e2df3049d19cc0d06947589..8667e1c99b884368b906aad18cf4bc8e6cb6e549 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * $RANDOM support.
  *
- * Copyright (C) 2008 Denys Vlasenko
+ * Copyright (C) 2009 Denys Vlasenko
  *
  * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */