From b3b15f7cbc61e003f62eff1549a4263a69682302 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 18 Jul 2010 12:34:13 -0700 Subject: [PATCH] * src/misc.c (struct wd): Fix comment to match code. --- src/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; -- 2.44.0