From: Thibault Godouet Date: Fri, 12 Sep 2003 20:55:44 +0000 (+0000) Subject: fixed typo in a commentary X-Git-Tag: ver2_9_4~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f24aa2d867cfee5328afb3ec5c2be1e70dbeda2;p=thirdparty%2Ffcron.git fixed typo in a commentary --- diff --git a/getloadavg.c b/getloadavg.c index f0815d7..4f6ca57 100644 --- a/getloadavg.c +++ b/getloadavg.c @@ -18,7 +18,7 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef _POSIX_SOURCE /* Don't redefine is already exists */ +#ifndef _POSIX_SOURCE /* Don't redefine if already exists */ #define _POSIX_SOURCE 1 #endif