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-Tag: release_1_24~41 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b3b15f7cbc61e003f62eff1549a4263a69682302;p=debian%2Ftar * src/misc.c (struct wd): Fix comment to match code. --- diff --git a/src/misc.c b/src/misc.c index 34fa6e61..ecf3fd86 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; };