From 8b8a7e054bf89d98ba855abea28f3b56a20965bf Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 22 Jan 2011 12:50:26 +0100 Subject: [PATCH] Fix typo in comment. --- gcc-compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc-compat.h b/gcc-compat.h index 1964e78..5bfaa09 100644 --- a/gcc-compat.h +++ b/gcc-compat.h @@ -34,7 +34,7 @@ /** * Let gcc check format strings also for our own functions. * - * Functions marked with \p __printf will be cheked by gcc for format string + * Functions marked with \p __printf will be checked by gcc for format string * bugs, just like printf() if -Wformat-security is enabled. * * \param p The number of the "format string" parameter. -- 2.39.2