]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mount-util: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 8 Dec 2020 18:04:43 +0000 (03:04 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 9 Dec 2020 03:55:14 +0000 (12:55 +0900)
src/shared/mount-util.h

index 033fcd1f47a0008f14735109e2e142ccf657ea24..089fd69e29b754e1e556374ce703d822163d6d1e 100644 (file)
@@ -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.) */