diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-12-13 09:48:56 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-12-13 09:54:08 +0000 |
| commit | a3950d70a499e120c67da884865486e8599229bd (patch) | |
| tree | 031593d8192294696b0588406acc80c8db7e7f56 | |
| parent | 3b6f9481a85600cf1f23a819c3afee30fcd4122f (diff) | |
oce(4): Fix a typo in a device debug message
- s/depricated/deprecated/
MFC after: 3 days
| -rw-r--r-- | sys/dev/oce/oce_mbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/oce/oce_mbox.c b/sys/dev/oce/oce_mbox.c index a51798119761..f24271ed65ae 100644 --- a/sys/dev/oce/oce_mbox.c +++ b/sys/dev/oce/oce_mbox.c @@ -1007,7 +1007,7 @@ error: * @param *stats pointer to where to store statistics * @param reset_stats resets statistics of set * @returns 0 on success, EIO on failure - * @note command depricated in Lancer + * @note command deprecated in Lancer */ #define OCE_MBOX_GET_NIC_STATS(sc, pstats_dma_mem, version) \ int \ |
