X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=gcc-compat.h;h=37a486b640c91e3e4568bb5aed9b4266c789cdaf;hp=1964e78bfd527d7c9ade762c7473ecc60ba72e93;hb=c77e8ad08e743b3922c58f40cc7b1a063d291d69;hpb=7231c544e2ee3f53f5b2c8bc393b7fd1e0b8d0a7 diff --git a/gcc-compat.h b/gcc-compat.h index 1964e78..37a486b 100644 --- a/gcc-compat.h +++ b/gcc-compat.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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.