X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fbackupfile.c;h=c11e62d11525133d4aeb835c7ac4263d01f60ef4;hb=0874a5828bbb4784e9c9d54243b3c978e8e54ece;hp=1c45c02e662551e4d7b22c08f6c5bdaeb4b7fd77;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/lib/backupfile.c b/lib/backupfile.c index 1c45c02e6..c11e62d11 100644 --- a/lib/backupfile.c +++ b/lib/backupfile.c @@ -75,7 +75,7 @@ - It's typically faster. POSIX says that only '0' through '9' are digits. Prefer ISDIGIT to ISDIGIT unless it's important to use the locale's definition - of `digit' even when the host does not conform to POSIX. */ + of "digit" even when the host does not conform to POSIX. */ #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) /* The extension added to file names to produce a simple (as opposed