aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorChuck Tuffli <chuck@FreeBSD.org>2019-07-14 03:49:48 +0000
committerChuck Tuffli <chuck@FreeBSD.org>2019-07-14 03:49:48 +0000
commit94c15665a554014572d5d837640bf9154474617c (patch)
treeb5687b0cfac2ab6d317525079dc493fd441fff34 /sys
parentd096fc9ccd1693b334d86458b37da5096e40052f (diff)
Fix a typo in r349969
OUI_FRREBSD_NVME_HIGH should have been OUI_FREEBSD_NVME_HIGH Caught by: Gary Jennejohn
Notes
Notes: svn path=/head/; revision=349981
Diffstat (limited to 'sys')
-rw-r--r--sys/net/ieee_oui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/ieee_oui.h b/sys/net/ieee_oui.h
index e582ee66390a..068328d83345 100644
--- a/sys/net/ieee_oui.h
+++ b/sys/net/ieee_oui.h
@@ -82,4 +82,4 @@
/* Allocate 16 bits for emulated NVMe devices */
#define OUI_FREEBSD_NVME_MASK 0x20ffff
#define OUI_FREEBSD_NVME_LOW OUI_FREEBSD(0x200000)
-#define OUI_FRREBSD_NVME_HIGH OUI_FREEBSD(OUI_FREEBSD_NVME_MASK)
+#define OUI_FREEBSD_NVME_HIGH OUI_FREEBSD(OUI_FREEBSD_NVME_MASK)