From patchwork Mon Nov 16 18:43:43 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 60469 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nAGIjiuE022525 for ; Mon, 16 Nov 2009 18:45:45 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753659AbZKPSph (ORCPT ); Mon, 16 Nov 2009 13:45:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753470AbZKPSph (ORCPT ); Mon, 16 Nov 2009 13:45:37 -0500 Received: from qmta01.westchester.pa.mail.comcast.net ([76.96.62.16]:51326 "EHLO QMTA01.westchester.pa.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753514AbZKPSpg (ORCPT ); Mon, 16 Nov 2009 13:45:36 -0500 Received: from OMTA17.westchester.pa.mail.comcast.net ([76.96.62.89]) by QMTA01.westchester.pa.mail.comcast.net with comcast id 5p6y1d0041vXlb851ulS7P; Mon, 16 Nov 2009 18:45:26 +0000 Received: from hal.comcast.net ([75.69.247.31]) by OMTA17.westchester.pa.mail.comcast.net with comcast id 5uuR1d00H0hNrtn3duuRtQ; Mon, 16 Nov 2009 18:54:26 +0000 Received: from hal.comcast.net (localhost.localdomain [127.0.0.1]) by hal.comcast.net (8.14.3/8.14.3) with ESMTP id nAGIhvaL002461; Mon, 16 Nov 2009 13:44:03 -0500 Received: (from hnrose@localhost) by hal.comcast.net (8.14.3/8.14.3/Submit) id nAGIhhoS002430; Mon, 16 Nov 2009 13:43:43 -0500 Date: Mon, 16 Nov 2009 13:43:43 -0500 From: Hal Rosenstock To: sashak@voltaire.com Cc: linux-rdma@vger.kernel.org Subject: [PATCH] opensm/osm_vendor_api.h: Fix commentary typo Message-ID: <20091116184343.GC2417@comcast.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org diff --git a/opensm/include/vendor/osm_vendor_api.h b/opensm/include/vendor/osm_vendor_api.h index 5bf2abc..39ee33e 100644 --- a/opensm/include/vendor/osm_vendor_api.h +++ b/opensm/include/vendor/osm_vendor_api.h @@ -370,7 +370,7 @@ osm_vendor_send(IN osm_bind_handle_t h_bind, * * NOTES * 1. Only mads that expect a response are tracked for transaction competion. -* 2. A mad that does not expect a response is being put back immediatly after +* 2. A mad that does not expect a response is being put back immediately after * being sent. * * SEE ALSO