From 9def89e999478f2800a0e6ec33fab1dc9d18b659 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 25 Jul 2020 15:22:22 +0200 Subject: Fix references to startup in comments --- libdiskfs/boot-start.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdiskfs/boot-start.c') 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 -- cgit v1.2.3