diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-07-25 15:22:22 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-07-25 15:22:22 +0200 |
commit | 9def89e999478f2800a0e6ec33fab1dc9d18b659 (patch) | |
tree | d5c5ca91825df8b6808152b6dfce149c08bd7cae /libdiskfs | |
parent | 94779df38295bcd1b07795970685e0e5e2ce2a81 (diff) | |
download | hurd-9def89e999478f2800a0e6ec33fab1dc9d18b659.tar.gz hurd-9def89e999478f2800a0e6ec33fab1dc9d18b659.tar.bz2 hurd-9def89e999478f2800a0e6ec33fab1dc9d18b659.zip |
Fix references to startup in comments
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/boot-start.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/boot-start.c b/libdiskfs/boot-start.c index a93a6227..29b8acc6 100644 --- a/libdiskfs/boot-start.c +++ b/libdiskfs/boot-start.c @@ -499,8 +499,8 @@ diskfs_S_fsys_init (struct diskfs_control *pt, return EOPNOTSUPP; initdone = 1; - /* init is single-threaded, so we must reply to its RPC before doing - anything which might attempt to send an RPC to init. */ + /* startup is single-threaded, so we must reply to its RPC before doing + anything which might attempt to send an RPC to startup. */ fsys_init_reply (reply, replytype, 0); /* Allocate our references here; _hurd_init will consume a reference |