From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936549AbXLQUBB (ORCPT ); Mon, 17 Dec 2007 15:01:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934268AbXLQTlk (ORCPT ); Mon, 17 Dec 2007 14:41:40 -0500 Received: from DSL022.labridge.com ([206.117.136.22]:3212 "EHLO perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933971AbXLQTlY (ORCPT ); Mon, 17 Dec 2007 14:41:24 -0500 From: Joe Perches To: linux-kernel@vger.kernel.org Cc: Andrew Morton , "James E.J. Bottomley" , linux-scsi@vger.kernel.org Subject: [PATCH] include/scsi/: Spelling fixes Date: Mon, 17 Dec 2007 11:40:26 -0800 Message-Id: <1197920439-5455-20-git-send-email-joe@perches.com> X-Mailer: git-send-email 1.5.3.7.949.g2221a6 Message-Id: <5703e57f925f31fc0eb38873bd7f10fc44f99cb4.1197918894.git.joe@perches.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Joe Perches --- include/scsi/scsi_transport_fc.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/scsi/scsi_transport_fc.h b/include/scsi/scsi_transport_fc.h index e466d88..4769efd 100644 --- a/include/scsi/scsi_transport_fc.h +++ b/include/scsi/scsi_transport_fc.h @@ -176,7 +176,7 @@ struct class_device_attribute class_device_attr_vport_##_name = \ * ports has a unique presense on the SAN, and may be instantiated via * NPIV, Virtual Fabrics, or via additional ALPAs. As the vport is a * unique presense, each vport has it's own view of the fabric, - * authentication priviledge, and priorities. + * authentication privilege, and priorities. * * A virtual port may support 1 or more FC4 roles. Typically it is a * FCP Initiator. It could be a FCP Target, or exist sole for an IP over FC -- 1.5.3.7.949.g2221a6