From 7cfc16e32bdfe5f8299fabb46b6eb1260e2814df Mon Sep 17 00:00:00 2001 From: Supermjork Date: Tue, 22 Aug 2023 23:38:56 +0300 Subject: [PATCH] I hate this --- main.h | 2 +- strings.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.h b/main.h index 8878b19..b7aff68 100644 --- a/main.h +++ b/main.h @@ -8,7 +8,7 @@ #include /** - * struct format - match the conversion specifiers + * struct format - conversion specifiers * @id:identifier * @f: type pointer */ diff --git a/strings.c b/strings.c index 7791d05..1220c49 100644 --- a/strings.c +++ b/strings.c @@ -2,7 +2,7 @@ /** * printf_char - prints a char. - * @val: arguments. + * @val: arguts. * Return: 1. */ int printf_char(va_list val)