bozo: Correct a few comments

Since the original IBM code import, SalvageCmd in bos.c has had some
inaccurate comments.  Correct them.

No functional change is incurred by this commit.

Change-Id: I325fecfebe17a384decb3ad345ec83a3b0ed51e7
Reviewed-on: https://gerrit.openafs.org/15838
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
This commit is contained in:
Mark Vitale 2024-08-20 11:35:11 -04:00 committed by Michael Meffie
parent 8f57aef225
commit a76e2024cd

View File

@ -1397,7 +1397,7 @@ SalvageCmd(struct cmd_syndesc *as, void *arock)
char *orphans;
char * serviceName;
/* parm 0 is machine name, 1 is partition, 2 is volume, 3 is -all flag */
/* parm 0 is machine name, 1 is partition, 2 is volume, 4 is -all flag */
tconn = GetConn(as, 1);
/* find out whether fileserver is running demand attach fs */
@ -1501,7 +1501,7 @@ SalvageCmd(struct cmd_syndesc *as, void *arock)
return -1;
}
if (volutil_GetPartitionID(as->parms[1].items->data) < 0) {
/* can't parse volume ID, so complain before shutting down
/* can't parse partition ID, so complain before shutting down
* file server.
*/
fprintf(stderr, "bos: can't interpret %s as partition ID.\n",