diff options
| author | Karel Zak <kzak@redhat.com> | 2025-04-25 10:46:07 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2025-04-25 10:46:07 +0200 |
| commit | 0e4f4f6f9e0c165b04c5663091548a342cc2f2ec (patch) | |
| tree | e4ba9ee48aa666a6693b471277190b66b32a1247 /libmount/src | |
| parent | ad2550b77608992ebcb846ffa5e6f5fbadf929fb (diff) | |
| download | util-linux-0e4f4f6f9e0c165b04c5663091548a342cc2f2ec.tar.gz | |
libmount: fix typo in comment
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src')
| -rw-r--r-- | libmount/src/fs_statmount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/fs_statmount.c b/libmount/src/fs_statmount.c index 4e98dd775f..612580d7a3 100644 --- a/libmount/src/fs_statmount.c +++ b/libmount/src/fs_statmount.c @@ -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); |
