From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D467CC433F5 for ; Sat, 16 Apr 2022 22:42:37 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 77AB983DAA; Sun, 17 Apr 2022 00:42:35 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; secure) header.d=debian.org header.i=@debian.org header.b="HJV+fu0L"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 60F6D83DF2; Sun, 17 Apr 2022 00:42:33 +0200 (CEST) Received: from cascadia.aikidev.net (cascadia.aikidev.net [173.255.214.101]) by phobos.denx.de (Postfix) with ESMTP id 90CF283DAA for ; Sun, 17 Apr 2022 00:42:30 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=vagrant@aikidev.net Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:20]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 2F5D91AA72; Sat, 16 Apr 2022 15:42:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1650148949; bh=SO/PoKK2ZziBr2ofYASXNniU41dvG12Q97E7oICjXxo=; h=From:To:Cc:Subject:Date:From; b=HJV+fu0LfLLmJJtDQJGkZ8N2b7bg3r1ZJ0TbZFE6KrwPDce1Dr4DjfITpJK+g7LiS vgJmXCwrqD9W5jV3Oi0tI+IUOgT5Q/MD2Et6ZyGMZLZiMAXgEknSn3q7RFckdiLRQx Hr9JoKg1qmkNBap7NS9e7vTTjo+K15YdJLKbwptI5P3dizNx3OIHWujrtgovGGgGsW BcGsWqbjUN3U/rX33brzyMqSzFlXNxYOk5XR8f5bplNRmVzqQV/yGOTLTDgI15qgvx E6SreoVcP0Zmf4nNoGQFw9UTlmoisN1d6B0QRxqfoo/KPO379VkQwNaVmLL7+KHxKq gXv21Zm05U8eQ== From: Vagrant Cascadian To: u-boot@lists.denx.de Cc: Vagrant Cascadian , =?UTF-8?q?Marek=20Beh=C3=BAn?= , =?UTF-8?q?Pali=20Roh=C3=A1r?= , Stefan Roese Subject: [PATCH] Fix spelling of "followed" in kwboot.1 Date: Sat, 16 Apr 2022 15:42:00 -0700 Message-Id: <20220416224200.6451-1-vagrant@debian.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Signed-off-by: Vagrant Cascadian --- doc/kwboot.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/kwboot.1 b/doc/kwboot.1 index f555ff26a2..d663bf1f77 100644 --- a/doc/kwboot.1 +++ b/doc/kwboot.1 @@ -74,7 +74,7 @@ BootROM's standard input and BootROM's terminal echo are active and working fine. To workaround this BootROM bug with standard output, it is possible to manually overwrite BootROM variables stored in SRAM which BootROM use for checking if standard output is enabled or not. To enable BootROM -standard output on UART, type this command folled by ENTER key: +standard output on UART, type this command followed by ENTER key: .RS 1.2i .TP -- 2.35.1