From owner-svn-src-all@FreeBSD.ORG Tue Aug 28 11:34:09 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D38DC1065670; Tue, 28 Aug 2012 11:34:09 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BEEEA8FC0C; Tue, 28 Aug 2012 11:34:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7SBY9wp060289; Tue, 28 Aug 2012 11:34:09 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7SBY9TM060285; Tue, 28 Aug 2012 11:34:09 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <201208281134.q7SBY9TM060285@svn.freebsd.org> From: John Baldwin Date: Tue, 28 Aug 2012 11:34:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r239771 - in head/sys: amd64/conf i386/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2012 11:34:10 -0000 Author: jhb Date: Tue Aug 28 11:34:09 2012 New Revision: 239771 URL: http://svn.freebsd.org/changeset/base/239771 Log: Fix misspelled "Infiniband". Submitted by: gcooper MFC after: 3 days Modified: head/sys/amd64/conf/NOTES head/sys/i386/conf/NOTES Modified: head/sys/amd64/conf/NOTES ============================================================================== --- head/sys/amd64/conf/NOTES Tue Aug 28 10:15:30 2012 (r239770) +++ head/sys/amd64/conf/NOTES Tue Aug 28 11:34:09 2012 (r239771) @@ -98,7 +98,7 @@ options OFED_DEBUG_INIT options SDP options SDP_DEBUG -# IP over Inifiband +# IP over Infiniband options IPOIB options IPOIB_DEBUG options IPOIB_CM Modified: head/sys/i386/conf/NOTES ============================================================================== --- head/sys/i386/conf/NOTES Tue Aug 28 10:15:30 2012 (r239770) +++ head/sys/i386/conf/NOTES Tue Aug 28 11:34:09 2012 (r239771) @@ -268,7 +268,7 @@ options OFED_DEBUG_INIT options SDP options SDP_DEBUG -# IP over Inifiband +# IP over Infiniband options IPOIB options IPOIB_DEBUG options IPOIB_CM