From: Andre Noll Date: Sat, 22 Jan 2011 11:50:26 +0000 (+0100) Subject: Fix typo in comment. X-Git-Tag: v1.0.0~28 X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=commitdiff_plain;h=8b8a7e054bf89d98ba855abea28f3b56a20965bf Fix typo in comment. --- 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.