From 59cca4148316026c6b5c2145cc316392fd4c29d7 Mon Sep 17 00:00:00 2001 From: Michael Tretter Date: Wed, 4 Sep 2019 14:24:04 +0200 Subject: libfile: fix typos Signed-off-by: Michael Tretter Signed-off-by: Sascha Hauer --- lib/libfile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/libfile.c b/lib/libfile.c index f6c588d737..3f3ec21fdb 100644 --- a/lib/libfile.c +++ b/lib/libfile.c @@ -242,9 +242,9 @@ EXPORT_SYMBOL(read_file_2); * * This function reads a file to an allocated buffer. * Some TFTP servers do not transfer the size of a file. In this case - * a the file is first read to a temporary file. + * the file is first read to a temporary file. * - * Return: The buffer conataining the file or NULL on failure + * Return: The buffer containing the file or NULL on failure */ void *read_file(const char *filename, size_t *size) { -- cgit v1.2.3