summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-07-18 12:34:13 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2010-07-18 12:34:13 -0700
commitb3b15f7cbc61e003f62eff1549a4263a69682302 (patch)
tree69f65385ee06a64f35f59020c039dfa454e6317f /src
parent8c662c9f298467a459b5eb72deb8ed6f65e6dd95 (diff)
downloadtar-b3b15f7cbc61e003f62eff1549a4263a69682302.tar.gz
* src/misc.c (struct wd): Fix comment to match code.
Diffstat (limited to 'src')
-rw-r--r--src/misc.c2
1 files changed, 1 insertions, 1 deletions
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;
};