[PATCH] lib: fix a function name typo in comment
Alex Hung
alex.hung at canonical.com
Tue Dec 15 23:23:16 UTC 2020
There are no functional changes.
Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
src/lib/src/fwts_fileio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/src/fwts_fileio.c b/src/lib/src/fwts_fileio.c
index 6e7399ba..1dcfbe96 100644
--- a/src/lib/src/fwts_fileio.c
+++ b/src/lib/src/fwts_fileio.c
@@ -45,7 +45,7 @@ fwts_list *fwts_file_read(FILE *fp)
}
/*
- * fwts_file_read()
+ * fwts_file_open_and_read()
* open and read file and return contents as a list of lines
*/
fwts_list* fwts_file_open_and_read(const char *file)
--
2.25.1
More information about the fwts-devel
mailing list