diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-07-01 23:33:20 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-07-02 12:10:12 +0200 |
commit | da890466433279d2a6714e3571fc8d7dc4369e4d (patch) | |
tree | f494ead2b43466772758711ebb9c9b9841b053e3 /src/home/homework-mount.c | |
parent | NEWS: reword/fix/extend the entries for v254 (diff) | |
download | systemd-da890466433279d2a6714e3571fc8d7dc4369e4d.tar.xz systemd-da890466433279d2a6714e3571fc8d7dc4369e4d.zip |
tree-wide: "<n>bit" → "<n>-bit"
In some places, "<n> bits" is used when more appropriate.
Diffstat (limited to 'src/home/homework-mount.c')
-rw-r--r-- | src/home/homework-mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/homework-mount.c b/src/home/homework-mount.c index 130617a157..28f09b939f 100644 --- a/src/home/homework-mount.c +++ b/src/home/homework-mount.c @@ -226,7 +226,7 @@ static int make_home_userns(uid_t stored_uid, uid_t exposed_uid) { return log_oom(); /* Leave everything else unmapped, starting from UID_NOBODY itself. Specifically, this means the - * whole space outside of 16bit remains unmapped */ + * whole space outside of 16-bit remains unmapped */ log_debug("Creating userns with mapping:\n%s", text); |