X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetcwd-lgpl.c;h=f1e821b630e488543c0dc4da007076038ec306e3;hb=82781cc8ba8aa1831f3fce91ce14b8538f5319f0;hp=57f908a87f7f3bf51d17690e3b1bd08ccc70e0c7;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/lib/getcwd-lgpl.c b/lib/getcwd-lgpl.c index 57f908a87..f1e821b63 100644 --- a/lib/getcwd-lgpl.c +++ b/lib/getcwd-lgpl.c @@ -32,7 +32,7 @@ typedef int dummy; (perhaps because the absolute name was longer than PATH_MAX, or because of missing read/search permissions on parent directories) or SIZE was too small. If successful, returns BUF. If BUF is - NULL, an array is allocated with `malloc'; the array is SIZE bytes + NULL, an array is allocated with 'malloc'; the array is SIZE bytes long, unless SIZE == 0, in which case it is as big as necessary. */