From f932f45196a8a4480ad910c455abe8aae9824967 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 23 Dec 2018 22:37:31 +0100 Subject: [PATCH] string.c: Fix typos in comment. --- string.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/string.c b/string.c index 742eafdf..65d22408 100644 --- a/string.c +++ b/string.c @@ -113,9 +113,9 @@ __must_check __malloc char *para_strdup(const char *s) } /** - * Print a formated message to a dynamically allocated string. + * Print a formatted message to a dynamically allocated string. * - * \param result The formated string is returned here. + * \param result The formatted string is returned here. * \param fmt The format string. * \param ap Initialized list of arguments. * -- 2.39.2