From: Paul Eggert Date: Sun, 18 Jul 2010 19:34:13 +0000 (-0700) Subject: * src/misc.c (struct wd): Fix comment to match code. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=b3b15f7cbc61e003f62eff1549a4263a69682302;p=chaz%2Ftar * src/misc.c (struct wd): Fix comment to match code. --- diff --git a/src/misc.c b/src/misc.c index 34fa6e6..ecf3fd8 100644 --- a/src/misc.c +++ b/src/misc.c @@ -648,7 +648,7 @@ struct wd value if it was not saved successfully. */ int err; - /* The saved version of the directory, if SAVED == 1. */ + /* The saved version of the directory, if ERR == 0. */ struct saved_cwd saved_cwd; };