From patchwork Fri Nov 30 09:18:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Genoud X-Patchwork-Id: 202901 X-Patchwork-Delegate: marek.vasut@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 374A92C0093 for ; Fri, 30 Nov 2012 20:26:20 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D9CA54A0C0; Fri, 30 Nov 2012 10:26:18 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MmW1nnkOmCtO; Fri, 30 Nov 2012 10:26:18 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0004C4A0A2; Fri, 30 Nov 2012 10:26:14 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D262E4A0A2 for ; Fri, 30 Nov 2012 10:26:12 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id plHYQoP2GaWO for ; Fri, 30 Nov 2012 10:26:11 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by theia.denx.de (Postfix) with ESMTPS id 50FF24A051 for ; Fri, 30 Nov 2012 10:26:09 +0100 (CET) Received: by mail-wi0-f182.google.com with SMTP id hn14so111763wib.9 for ; Fri, 30 Nov 2012 01:26:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=JZrRpt/oOjdrGBfkhwLjwDNiPdBKZJQk02cQGz7A2UU=; b=WS6KSp4MrMJYjLeqPpm8lTTbU3mFtFxntD0ivLUNeroud/38LzFrOv4Ms7tKAuIByl 0Z+6Zwqkt2XI16bhjiNglIfB1MFq7BEvqTep1g2GpDuPM8eQq80Sp5vJ6paaufPFlSjT YiH1lDFxD5HoO6qs7g/RGS1qfyxSgyMf1xW/F42cGWJnokrTvEd1z25UARhUGRr8T8CA doeW4CyYA6zb5+SxGDkzfxBNnIUwAgPWyR6KiWJmPM1TpuEPREiX1USjYJK+fU4ApxaN dfsdGGNpb072Y89fSAU87nFX6F8maMKg6s0BvYJbzdXYx0I+6Ri4kK2QgFme0iDO4ELD b05Q== Received: by 10.180.24.193 with SMTP id w1mr42563940wif.22.1354267128324; Fri, 30 Nov 2012 01:18:48 -0800 (PST) Received: from localhost.localdomain (lyon.paratronic.fr. [213.41.177.106]) by mx.google.com with ESMTPS id e6sm14463835wiy.4.2012.11.30.01.18.46 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Nov 2012 01:18:47 -0800 (PST) From: richard.genoud@gmail.com To: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= Date: Fri, 30 Nov 2012 10:18:31 +0100 Message-Id: <50b879f7.0652b40a.733e.74ac@mx.google.com> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1354267114-3307-1-git-send-email-yes> References: <1354267114-3307-1-git-send-email-yes> Cc: u-boot@lists.denx.de, Bo Shen Subject: [U-Boot] [PATCHv3 1/4] usb documentation: fix typo X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Richard Genoud Signed-off-by: Richard Genoud --- doc/README.usb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/README.usb b/doc/README.usb index ef1d6ba..b4c3ef5 100644 --- a/doc/README.usb +++ b/doc/README.usb @@ -63,7 +63,7 @@ Common USB Commands: Storage USB Commands: - usb scan: scans the USB for storage devices.The USB must be running for this command (usb start) -- usb device [dev]: show or set current USB staorage device +- usb device [dev]: show or set current USB storage device - usb part [dev]: print partition table of one or all USB storage devices - usb read addr blk# cnt: