diff options
Diffstat (limited to 'g13/mountinfo.c')
-rw-r--r-- | g13/mountinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/mountinfo.c b/g13/mountinfo.c index ed898b836..50cc153fa 100644 --- a/g13/mountinfo.c +++ b/g13/mountinfo.c @@ -117,7 +117,7 @@ mountinfo_del_mount (const char *container, const char *mountpoint, size_t idx; mtab_t m; - /* If a container or mountpint is givem search the RID via the + /* If a container or mountpint is given search the RID via the standard find function. */ if (container || mountpoint) { |