Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2016 11:50:26 +0000 (UTC)
From:      Andrew Rybchenko <arybchik@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300849 - head/sys/dev/sfxge/common
Message-ID:  <201605271150.u4RBoQsi045636@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605271150.u4RBoQsi045636>