From 7f75c616a738c44edbe8b23be96885846fee3253 Mon Sep 17 00:00:00 2001 From: Supermjork Date: Wed, 23 Aug 2023 00:03:44 +0300 Subject: [PATCH] I KISS A BULLET --- strs2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strs2.c b/strs2.c index 0cc0ffb..d346c3b 100644 --- a/strs2.c +++ b/strs2.c @@ -101,7 +101,7 @@ int printf_unsigned(va_list args) /** * printf_srev - function that prints a str in reverse - * @args: type struct va_arg where is allocated printf arguments + * @args: va_arg where is allocated printf arguments * Return: the string */ int printf_srev(va_list args)