From 23c2b99e9d23e726ede9442728272616e66d416f Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 4 Mar 2012 00:24:20 +0000 Subject: Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines. Fixes Savannah bug #34530. --- getloadavg.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'getloadavg.c') diff --git a/getloadavg.c b/getloadavg.c index b8ca5f5..9ccc02d 100644 --- a/getloadavg.c +++ b/getloadavg.c @@ -86,9 +86,9 @@ this program. If not, see . */ /* Exclude all the code except the test program at the end - if the system has its own `getloadavg' function. + if the system has its own 'getloadavg' function. - The declaration of `errno' is needed by the test program + The declaration of 'errno' is needed by the test program as well as the function itself, so it comes first. */ #include @@ -745,7 +745,7 @@ getloadavg (double loadavg[], int nelem) # define LDAV_DONE /* This call can return -1 for an error, but with good args it's not supposed to fail. The first argument is for no - apparent reason of type `long int *'. */ + apparent reason of type 'long int *'. */ dg_sys_info ((long int *) &load_info, DG_SYS_INFO_LOAD_INFO_TYPE, DG_SYS_INFO_LOAD_VERSION_0); -- cgit v1.2.3