From 9cc06a0529369f0c372b9abbb8e9ff07844d7c02 Mon Sep 17 00:00:00 2001 From: Michael Holzheu Date: Thu, 4 Oct 2018 18:26:54 +0200 Subject: [PATCH] util_proc: Fix typos in description of util_proc_mnt_get_entry() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Holzheu Signed-off-by: Jan Höppner --- libutil/util_proc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libutil/util_proc.c b/libutil/util_proc.c index 9e524041..080f8317 100644 --- a/libutil/util_proc.c +++ b/libutil/util_proc.c @@ -442,9 +442,9 @@ util_proc_dev_get_entry(dev_t device, int blockdev, /* - * Provide one record form a /proc/mounts like file + * Provide one record from a /proc/mounts like file * - * The parameter file_name distinguishes the file form procfs which + * The parameter file_name distinguishes the file from procfs which * is read, the parameter spec is the selector for the record. */ int util_proc_mnt_get_entry(const char *file_name, const char *spec,