diff options
author | Roland McGrath <roland@gnu.org> | 2001-05-02 03:21:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-05-02 03:21:15 +0000 |
commit | a4544594c77b183a16e472a79f5b6adb3415e372 (patch) | |
tree | 0c3489179d2ec5a62f1bfbd785b95008259d86e6 /hurd | |
parent | a2bd823e81ca312339032dd023ad0713be47c064 (diff) |
2001-05-01 Neal H Walfield <neal@cs.uml.edu>
* hurd_types.defs (startup_t): Fix typo.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd_types.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/hurd_types.defs b/hurd/hurd_types.defs index 4f6c5b4c..961922eb 100644 --- a/hurd/hurd_types.defs +++ b/hurd/hurd_types.defs @@ -1,5 +1,5 @@ /* MiG type declarations for Hurd interfaces -*- C -*- - Copyright (C) 1993, 94, 95, 96, 98 Free Software Foundation, Inc. + Copyright (C) 1993,94,95,96,98,2001 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -140,7 +140,7 @@ intran: STARTUP_INTRAN outtran: STARTUP_OUTTRAN #endif #ifdef STARTUP_DESTRUCTOR -destructor: STARTUP_DESCTRUCTOR +destructor: STARTUP_DESTRUCTOR #endif ; |