summaryrefslogtreecommitdiff
path: root/src/shared/mount-util.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-12-09 03:04:43 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-12-09 12:55:14 +0900
commit84f9a68060c7c93a46d9983e775fb06755de66ed (patch)
treed3a898ba64765dd2b4e2d73d7b9cacb25531b1d9 /src/shared/mount-util.h
parent35e7a62ca32a30169a94693b831e53c832251984 (diff)
downloadsystemd-84f9a68060c7c93a46d9983e775fb06755de66ed.tar.gz
mount-util: fix typo
Diffstat (limited to 'src/shared/mount-util.h')
-rw-r--r--src/shared/mount-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/mount-util.h b/src/shared/mount-util.h
index 033fcd1f47..089fd69e29 100644
--- a/src/shared/mount-util.h
+++ b/src/shared/mount-util.h
@@ -22,7 +22,7 @@
* PID1 because 16MB of free space is required. */
#define TMPFS_LIMITS_RUN ",size=20%,nr_inodes=800k"
-/* The limit used for various nested tmpfs mounts, in paricular for guests started by systemd-nspawn.
+/* The limit used for various nested tmpfs mounts, in particular for guests started by systemd-nspawn.
* 10% of RAM (using 16GB of RAM as a baseline) translates to 400k inodes (assuming 4k each) and 25%
* translates to 1M inodes.
* (On the host, /tmp is configured through a .mount unit file.) */