From a76e2024cd6627514962aaae8bc5580f37c2aa8e Mon Sep 17 00:00:00 2001 From: Mark Vitale Date: Tue, 20 Aug 2024 11:35:11 -0400 Subject: [PATCH] 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 Tested-by: BuildBot Reviewed-by: Michael Meffie --- src/bozo/bos.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bozo/bos.c b/src/bozo/bos.c index 69f41fb52b..f1aff966b0 100644 --- a/src/bozo/bos.c +++ b/src/bozo/bos.c @@ -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",