Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Nov 2011 08:21:54 +0000 (UTC)
From:      Max Khon <fjoe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228121 - head/sys/conf
Message-ID:  <201111290821.pAT8Lsnc031062@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fjoe
Date: Tue Nov 29 08:21:54 2011
New Revision: 228121
URL: http://svn.freebsd.org/changeset/base/228121

Log:
  Fix typo in comments (conversation -> conversion).

Modified:
  head/sys/conf/kern.mk

Modified: head/sys/conf/kern.mk
==============================================================================
--- head/sys/conf/kern.mk	Tue Nov 29 08:20:23 2011	(r228120)
+++ head/sys/conf/kern.mk	Tue Nov 29 08:21:54 2011	(r228121)
@@ -128,7 +128,7 @@ CFLAGS+=	-fstack-protector
 .endif
 
 #
-# Enable CTF conversation on request
+# Enable CTF conversion on request
 #
 .if defined(WITH_CTF)
 .undef NO_CTF



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