git: f9254cc6caee - main - enetc(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 12:03:45 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=f9254cc6caee1551954fa2de8fed5c0dae7c3eb1
commit f9254cc6caee1551954fa2de8fed5c0dae7c3eb1
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 12:02:46 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 12:02:46 +0000
enetc(4): Fix a typo in a source code comment
- s/multple/multiple/
MFC after: 3 days
---
sys/dev/enetc/enetc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/enetc/enetc.h b/sys/dev/enetc/enetc.h
index 84b109a3e144..ecf812cc4b25 100644
--- a/sys/dev/enetc/enetc.h
+++ b/sys/dev/enetc/enetc.h
@@ -139,7 +139,7 @@ struct enetc_softc {
/*
* Up to 4096 transmit/receive descriptors are supported,
- * their number has to be a multple of 64.
+ * their number has to be a multiple of 64.
*/
#define ENETC_MIN_DESC 64
#define ENETC_MAX_DESC 4096