]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: fix some typos
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 26 Apr 2023 20:50:45 +0000 (22:50 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Sun, 30 Apr 2023 08:25:41 +0000 (10:25 +0200)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
libmount/src/mountP.h

index a2ab4a81453aa81ebea3893df09fd1e62af403ff..339e2761a5305d841ebaffd1ca5df1c5529db262 100644 (file)
@@ -485,13 +485,13 @@ struct libmnt_context
                        (_cxt)->syscall_status = -errno; \
                        (_cxt)->syscall_name = (_name); \
                } else { \
-                       DBG(CXT, ul_debug("syscall '%s' [succes]", _name)); \
+                       DBG(CXT, ul_debug("syscall '%s' [success]", _name)); \
                        (_cxt)->syscall_status = 0; \
                } \
        })
 
 #define reset_syscall_status(_cxt)     __extension__ ({ \
-               DBG(CXT, ul_debug("reset sycall status")); \
+               DBG(CXT, ul_debug("reset syscall status")); \
                (_cxt)->syscall_status = 0; \
                (_cxt)->syscall_name = NULL; \
        })