From: thib 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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87770cd5f604a059a8212eef05d6cc26e7652856;p=fcron 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