[git commit master] laguage and copyright date corrections, no code changes

Denys Vlasenko vda.linux at googlemail.com
Fri Oct 9 21:35:30 UTC 2009


commit: http://git.busybox.net/busybox/commit/?id=e3c6e19015a43091b19126f37e0375fa03f23559
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 shell/ash_test/ash-signals/signal1.tests |    2 +-
 shell/random.c                           |    2 +-
 shell/random.h                           |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/shell/ash_test/ash-signals/signal1.tests b/shell/ash_test/ash-signals/signal1.tests
index 3c42473..28bfc6a 100755
--- a/shell/ash_test/ash-signals/signal1.tests
+++ b/shell/ash_test/ash-signals/signal1.tests
@@ -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
diff --git a/shell/random.c b/shell/random.c
index a4dce84..cca9d12 100644
--- a/shell/random.c
+++ b/shell/random.c
@@ -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.
  */
diff --git a/shell/random.h b/shell/random.h
index 2d29a60..8667e1c 100644
--- a/shell/random.h
+++ b/shell/random.h
@@ -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.
  */
-- 
1.6.3.3



More information about the busybox-cvs mailing list