Skip to content

Commit

Permalink
Clarify a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceri committed Dec 31, 2006
1 parent c9ffd81 commit bb3d40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr.sbin/sysinstall/installUpgrade.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ installUpgrade(dialogMenuItem *self)

saved_etc[0] = '\0';

/* Don't allow sources to be upgraded unless if we have src already */
/* Don't allow sources to be upgraded if we have src already */
if (directory_exists("/usr/src/") && (Dists & DIST_SRC)) {
Dists &= ~DIST_SRC;
SrcDists = 0;
Expand Down

0 comments on commit bb3d40e

Please sign in to comment.