lib/unpack.c: change some comments for consistency.

--HG--
extra : convert_revision : 7a016105f8616e09885b46205af883efd1f92dfa
This commit is contained in:
Juan RP 2009-08-16 18:59:53 +02:00
parent c7683b2d00
commit 3f31d9163b

View file

@ -207,7 +207,7 @@ install_config_file(prop_dictionary_t d, struct archive_entry *entry,
} }
/* /*
* Orig = X, Curr = X, new = X * Orig = X, Curr = X, New = X
* *
* Install new file. * Install new file.
*/ */
@ -217,7 +217,7 @@ install_config_file(prop_dictionary_t d, struct archive_entry *entry,
install_new = true; install_new = true;
break; break;
/* /*
* Orig = X, Curr = X, new = Y * Orig = X, Curr = X, New = Y
* *
* Install new file. * Install new file.
*/ */
@ -227,7 +227,7 @@ install_config_file(prop_dictionary_t d, struct archive_entry *entry,
install_new = true; install_new = true;
break; break;
/* /*
* Orig = X, Curr = Y, new = X * Orig = X, Curr = Y, New = X
* *
* Keep current file as is. * Keep current file as is.
*/ */