diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-04-11 00:45:10 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-04-11 00:45:10 +0000 |
commit | 32110f5917b46b67233f9faa81302b57c38dc68d (patch) | |
tree | 8fc0cc7429f47609a9f24c9adeb151067f552ddd /sys/dev/ic/malo.c | |
parent | 3430d1a7ed898bbc52c200db6907c3deedd91aec (diff) |
fix double words in comments
feedback and ok jmc@ miod, ok millert@
Diffstat (limited to 'sys/dev/ic/malo.c')
-rw-r--r-- | sys/dev/ic/malo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/malo.c b/sys/dev/ic/malo.c index ab5511d082c..ef922c00648 100644 --- a/sys/dev/ic/malo.c +++ b/sys/dev/ic/malo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: malo.c,v 1.123 2022/04/21 21:03:02 stsp Exp $ */ +/* $OpenBSD: malo.c,v 1.124 2023/04/11 00:45:08 jsg Exp $ */ /* * Copyright (c) 2006 Claudio Jeker <claudio@openbsd.org> @@ -1662,7 +1662,7 @@ malo_rx_intr(struct malo_softc *sc) } /* - * New mbuf mbuf successfully loaded + * New mbuf successfully loaded */ m = data->m; data->m = mnew; |