sfxge(4): fix typo in monitor types strings in common code

Submitted by:   Garrett D'Amore <garrett at damore.org>
Sponsored by:   Solarflare Communications, Inc.
MFC after:      1 week
This commit is contained in:
Andrew Rybchenko 2016-05-27 11:50:26 +00:00
parent 8d8507f1ba
commit c34e3d6862

View File

@ -43,7 +43,7 @@ __FBSDID("$FreeBSD$");
static const char *__efx_mon_name[] = {
"",
"sfx90x0",
"sfx91x0"
"sfx91x0",
"sfx92x0"
};