summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/netgraph/ng_lmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_lmi.c b/sys/netgraph/ng_lmi.c
index 1258eca..2fbce37 100644
--- a/sys/netgraph/ng_lmi.c
+++ b/sys/netgraph/ng_lmi.c
@@ -348,7 +348,7 @@ nglmi_inquire(sc_p sc, int full)
*cptr++ = 0x00; /* call reference */
*cptr++ = 0x75; /* inquiry */
- /* If we are Annex-D, and locking shift to codeset 5. */
+ /* If we are Annex-D, add locking shift to codeset 5. */
if (ANNEXD(sc))
*cptr++ = 0x95; /* locking shift */
/* Add a request type */
OpenPOWER on IntegriCloud