Author: arybchik
Date: Fri May 27 11:50:26 2016
New Revision: 300849
URL: https://svnweb.freebsd.org/changeset/base/300849

Log:
  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

Modified:
  head/sys/dev/sfxge/common/efx_mon.c

Modified: head/sys/dev/sfxge/common/efx_mon.c
==============================================================================
--- head/sys/dev/sfxge/common/efx_mon.c Fri May 27 11:49:46 2016        
(r300848)
+++ head/sys/dev/sfxge/common/efx_mon.c Fri May 27 11:50:26 2016        
(r300849)
@@ -43,7 +43,7 @@ __FBSDID("$FreeBSD$");
 static const char      *__efx_mon_name[] = {
        "",
        "sfx90x0",
-       "sfx91x0"
+       "sfx91x0",
        "sfx92x0"
 };
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to