summaryrefslogtreecommitdiffstats
path: root/libmount/src/fs.c
diff options
context:
space:
mode:
authorKarel Zak2013-09-27 10:38:39 +0200
committerKarel Zak2013-09-27 10:38:39 +0200
commit47cca89934d3cceba7278e34ecd4998dcb8adb3b (patch)
tree13e41fee6fe7e9b521cd187a9189c0350a987939 /libmount/src/fs.c
parentumount: provide more helpful error message (diff)
downloadkernel-qcow2-util-linux-47cca89934d3cceba7278e34ecd4998dcb8adb3b.tar.gz
kernel-qcow2-util-linux-47cca89934d3cceba7278e34ecd4998dcb8adb3b.tar.xz
kernel-qcow2-util-linux-47cca89934d3cceba7278e34ecd4998dcb8adb3b.zip
libmount: update docs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/fs.c')
-rw-r--r--libmount/src/fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/fs.c b/libmount/src/fs.c
index e1bfb7b97..3ab614503 100644
--- a/libmount/src/fs.c
+++ b/libmount/src/fs.c
@@ -112,7 +112,7 @@ void mnt_ref_fs(struct libmnt_fs *fs)
* mnt_unref_fs:
* @fs: fs pointer
*
- * De-increments reference counter, on zero the FS is automatically
+ * De-increments reference counter, on zero the @fs is automatically
* deallocated by mnt_free_fs().
*/
void mnt_unref_fs(struct libmnt_fs *fs)