aboutsummaryrefslogtreecommitdiff
path: root/tmpfs
diff options
context:
space:
mode:
authorSergey Bugaev <bugaevc@gmail.com>2023-05-09 00:31:36 +0300
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-05-10 02:51:46 +0200
commit9fe5e6bf0ccaccec9c5ea2c3a2cea86dbd9c78dc (patch)
tree927b94772ceaa8f6e5bcbb2ddeadf933df8bb814 /tmpfs
parent19558c940e81d405dbda0ea1dd29549f34b5aa2a (diff)
downloadhurd-9fe5e6bf0ccaccec9c5ea2c3a2cea86dbd9c78dc.tar.gz
hurd-9fe5e6bf0ccaccec9c5ea2c3a2cea86dbd9c78dc.tar.bz2
hurd-9fe5e6bf0ccaccec9c5ea2c3a2cea86dbd9c78dc.zip
Style tweaks
Message-Id: <20230508213136.608575-42-bugaevc@gmail.com>
Diffstat (limited to 'tmpfs')
-rw-r--r--tmpfs/tmpfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfs/tmpfs.c b/tmpfs/tmpfs.c
index 195813c4..02d4bd8c 100644
--- a/tmpfs/tmpfs.c
+++ b/tmpfs/tmpfs.c
@@ -289,7 +289,7 @@ diskfs_append_args (char **argz, size_t *argz_len)
return err;
}
-/* Handling of operations for the ports in diskfs_port_bucket, calling
+/* Handling of operations for the ports in diskfs_port_bucket, calling
* demuxer for each incoming message */
static void *
diskfs_thread_function (void *demuxer)