]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: fix typo in comment
authorKarel Zak <kzak@redhat.com>
Fri, 25 Apr 2025 08:46:07 +0000 (10:46 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 25 Apr 2025 08:46:07 +0000 (10:46 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/fs_statmount.c

index 4e98dd775febf77db5c358817f530ce979896033..612580d7a3ce3111dc6204a0860ae8efcdfbb3c0 100644 (file)
@@ -361,7 +361,7 @@ int mnt_fs_fetch_statmount(struct libmnt_fs *fs, uint64_t mask)
        if (fs->stmnt) {
                DBG(FS, ul_debugobj(fs, " reuse libmnt_stmnt"));
 
-               /* note that sys_statmount (re)allocates the buffer */
+               /* note that ul_statmount() (re)allocates the buffer */
                if (fs->stmnt->buf && fs->stmnt->bufsiz > 0)
                        memset(fs->stmnt->buf, 0, fs->stmnt->bufsiz);