]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
include: fix typo main
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 3 Dec 2025 22:49:36 +0000 (07:49 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 3 Dec 2025 22:50:26 +0000 (07:50 +0900)
Follow-up for ec32732043550ec311dfb0e7be4e7f114366dd24.

src/include/override/sys/mount.h

index 2a66578ef3b640c27ed28f7eef614e8dfa06bea1..e6d7ad1b67c74ea9efd2006fc913f58c0329d7ef 100644 (file)
@@ -36,8 +36,7 @@ extern int umount(const char *__special_file);
 /* Unmount a filesystem.  Force unmounting if FLAGS is set to MNT_FORCE.  */
 extern int umount2(const char *__special_file, int __flags);
 
-/* Open the filesystem referenced by FS_NAME so it can be configured for
-   mouting.  */
+/* Open the filesystem referenced by FS_NAME so it can be configured for mounting. */
 /* Defined since glibc-2.36.
  * Supported since kernel v5.2 (24dcb3d90a1f67fe08c68a004af37df059d74005). */
 #if HAVE_FSOPEN