summaryrefslogtreecommitdiffstats
path: root/libmount
diff options
context:
space:
mode:
authorBenno Schulenberg2013-01-26 17:42:41 +0100
committerKarel Zak2013-02-06 11:15:05 +0100
commit123ddced4333733bfe42ebc45806e91cff6f8319 (patch)
treecd358f14643e0ad086439fe5fbc3655d81c04b91 /libmount
parenttextual: spell and encode the name of Arkadiusz Miśkiewicz correctly (diff)
downloadkernel-qcow2-util-linux-123ddced4333733bfe42ebc45806e91cff6f8319.tar.gz
kernel-qcow2-util-linux-123ddced4333733bfe42ebc45806e91cff6f8319.tar.xz
kernel-qcow2-util-linux-123ddced4333733bfe42ebc45806e91cff6f8319.zip
textual: fix two misencodings in comments
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'libmount')
-rw-r--r--libmount/src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/utils.c b/libmount/src/utils.c
index fbfa89a4c..1c37062e6 100644
--- a/libmount/src/utils.c
+++ b/libmount/src/utils.c
@@ -488,7 +488,7 @@ static int get_filesystems(const char *filename, char ***filesystems, const char
* exist, /proc/filesystems. All of the filesystem types listed there will
* be tried, except for those that are labeled "nodev" (e.g., devpts,
* proc and nfs). If /etc/filesystems ends in a line with a single * only,
- * mount will read /proc/filesystems after‐ wards.
+ * mount will read /proc/filesystems afterwards.
*/
int mnt_get_filesystems(char ***filesystems, const char *pattern)
{