X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=gcc-compat.h;fp=gcc-compat.h;h=5bfaa096b71c115d9a9e69aec7090fb982348fa9;hp=1964e78bfd527d7c9ade762c7473ecc60ba72e93;hb=8b8a7e054bf89d98ba855abea28f3b56a20965bf;hpb=bb07e5f7bd928e8fb678568598044d414279dfe6 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.