From 05eac2f2116e006419770b91ec4b17ad2cda0075 Mon Sep 17 00:00:00 2001 From: rmacklem Date: Mon, 3 Jun 2019 23:07:46 +0000 Subject: [PATCH] r348590 had mention of "-I" in a comment that no longer applied to the patch. Take "-I" out of the comment line, since the patch no longer uses the "-I" option. MFC after: 1 month --- usr.sbin/mountd/mountd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c index 6490067f395..7d168591474 100644 --- a/usr.sbin/mountd/mountd.c +++ b/usr.sbin/mountd/mountd.c @@ -1716,7 +1716,7 @@ get_exportlist_one(int passno) */ if (v4root_phase > 0 && v4root_phase <= 2) { /* - * These structures are used for the "-I" reload, + * These structures are used for the reload, * so save them for that case. Otherwise, just * free them up now. */ -- 2.45.0