Author: arybchik
Date: Sat Jun  4 17:24:10 2016
New Revision: 301401
URL: https://svnweb.freebsd.org/changeset/base/301401

Log:
  MFC r300849
  
  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.

Modified:
  stable/10/sys/dev/sfxge/common/efx_mon.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/sfxge/common/efx_mon.c
==============================================================================
--- stable/10/sys/dev/sfxge/common/efx_mon.c    Sat Jun  4 17:23:08 2016        
(r301400)
+++ stable/10/sys/dev/sfxge/common/efx_mon.c    Sat Jun  4 17:24:10 2016        
(r301401)
@@ -43,7 +43,7 @@ __FBSDID("$FreeBSD$");
 static const char      *__efx_mon_name[] = {
        "",
        "sfx90x0",
-       "sfx91x0"
+       "sfx91x0",
        "sfx92x0"
 };
 
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to