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)