Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Apr 2014 03:46:04 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r264291 - head/sys/modules
Message-ID:  <201404090346.s393k4KV043326@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Wed Apr  9 03:46:04 2014
New Revision: 264291
URL: http://svnweb.freebsd.org/changeset/base/264291

Log:
  Spell imgact_binmisc correctly

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Wed Apr  9 03:39:57 2014	(r264290)
+++ head/sys/modules/Makefile	Wed Apr  9 03:46:04 2014	(r264291)
@@ -372,7 +372,7 @@ SUBDIR=	\
 
 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
 _filemon=	filemon
-_imagact_binmisc=	imgact_binmisc
+_imgact_binmisc=	imgact_binmisc
 _vmware=	vmware
 .endif
 



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