Date: Sat, 4 Jun 2022 13:33:46 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 45b143d2ea5f - main - al_eth: Fix a typo in a source code comment Message-ID: <202206041333.254DXkso020142@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=45b143d2ea5fb0389304cc918781e98696a4b48f commit 45b143d2ea5fb0389304cc918781e98696a4b48f Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 13:33:36 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-04 13:33:36 +0000 al_eth: Fix a typo in a source code comment - s/enought/enough/ MFC after: 3 days --- sys/dev/al_eth/al_eth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/al_eth/al_eth.c b/sys/dev/al_eth/al_eth.c index 4ad57bd6fa65..355f1e193b68 100644 --- a/sys/dev/al_eth/al_eth.c +++ b/sys/dev/al_eth/al_eth.c @@ -1884,7 +1884,7 @@ al_eth_hw_stop(struct al_eth_adapter *adapter) /* * wait till pending rx packets written and UDMA becomes idle, - * the MAC has ~10KB fifo, 10us should be enought time for the + * the MAC has ~10KB fifo, 10us should be enough time for the * UDMA to write to the memory */ DELAY(10);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206041333.254DXkso020142>