From 32110f5917b46b67233f9faa81302b57c38dc68d Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 11 Apr 2023 00:45:10 +0000 Subject: fix double words in comments feedback and ok jmc@ miod, ok millert@ --- sys/dev/ic/malo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/ic/malo.c') 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 @@ -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; -- cgit v1.2.3