summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-05-13 16:09:20 +0000
committerThomas Bushnell <thomas@gnu.org>1999-05-13 16:09:20 +0000
commit02b9c05bfed91d8ad4fd42b87e032d07f22d250e (patch)
tree9713cb58e7741b5737ef396b5c20a5c6ce5eb0b9
parenta27cdc478e2a60fe03329ed0d7f409c94079ee88 (diff)
Tue May 11 13:38:50 1999 Thomas Bushnell, BSG <tb@mit.edu>
* startup.defs: Doc fixes.
-rw-r--r--hurd/ChangeLog4
-rw-r--r--hurd/startup.defs6
2 files changed, 7 insertions, 3 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog
index e9b6b195..7b586fa2 100644
--- a/hurd/ChangeLog
+++ b/hurd/ChangeLog
@@ -1,3 +1,7 @@
+Tue May 11 13:38:50 1999 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * startup.defs: Doc fixes.
+
1999-04-27 Roland McGrath <roland@baalperazim.frob.com>
* hurd_types.h (EXEC_SIGTRAP): New macro.
diff --git a/hurd/startup.defs b/hurd/startup.defs
index 6f48bb2b..bd5cd6e1 100644
--- a/hurd/startup.defs
+++ b/hurd/startup.defs
@@ -1,5 +1,5 @@
/* Definitions for startup server interface
- Copyright (C) 1991, 1992, 1993, 1994, 1996 Free Software Foundation
+ Copyright (C) 1991, 1992, 1993, 1994, 1996, 1999 Free Software Foundation
This file is part of the GNU Hurd.
@@ -41,7 +41,7 @@ routine startup_essential_task (
credential: host_priv_t);
/* This call registers a task as "notified", which means that if the
- system is going down, we should told about it and get a chance to
+ system is going down, we should be told about it and get a chance to
run. A startup_dosync message (see startup_notify.defs) will be
sent to the notify port. NAME will be used to provide a helpful
message to the user when the system is shutting down. */
@@ -56,7 +56,7 @@ routine startup_reboot (
refport: mach_port_t;
reboot_code: int);
-/* NOTE: All changes two these last two must be reflected in
+/* NOTE: All changes to these last two must be reflected in
startup_reply.defs. */
/* This call is made by the proc server for its initialization, on its