]> Dogcows Code - chaz/tar/commitdiff
* src/misc.c (struct wd): Fix comment to match code.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Jul 2010 19:34:13 +0000 (12:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Jul 2010 19:34:13 +0000 (12:34 -0700)
src/misc.c

index 34fa6e61fe0bb3125e96487c4e8962ee1d8646e3..ecf3fd86b0668b330b5f3714d6e838239b5275ea 100644 (file)
@@ -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;
 };
 
This page took 0.019649 seconds and 4 git commands to generate.