Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1158917pxu; Fri, 27 Nov 2020 00:47:19 -0800 (PST) X-Google-Smtp-Source: ABdhPJwLa9PkebfnTqOnwo6Zpv/isigqITVs16EV8qAPr/b3JOgvo3LGjWeETnQOccnbhG4+9FwT X-Received: by 2002:a17:906:2ddb:: with SMTP id h27mr6555180eji.213.1606466839564; Fri, 27 Nov 2020 00:47:19 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606466839; cv=none; d=google.com; s=arc-20160816; b=lT4PucLwLK27QtSswMrq/pnTh7W5a718+y7j+bUDqO3YXfQ2jgtLIt4EBXFGoaE3h3 lfGev5N2HqXN/uk9bi6+54ay2kLY2/VBSqzmncMd26gtiZUpItLcKBqkBj5uKKqXCm+P /LzI1y2tSFMx2W8h848suZlKg9j6/f1YjjNF7MkHWkibRU4VfgPrk6S/0623mYM0dfCL CfROQd9d48xT1jtdC9bebTovrJchI4RYg2qw4FO51wG5Qp+c+ICW9Sw6jtFXzn9fiQCg HM7lvOtJIrGP7mjmj8sQ9270NWnOU/MeM6SoRceloD6GzA928JmWOY1CqjhY3TxzU//b qIgA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=p0BgCpiFBC5YVN6NlfPXyUoceq5sqCRdwhkShSf8jec=; b=QANki190sYHg19kY7vAlrq8LGnjOwq+g4vohE+XDHnbqMS0+FXqpoeBaP5FBbC8PbD pr5XywNkNvgeP+jOj695le5gEOf2GkGTbh93PCT1w9FyZNIF9iUeYHhs3ZNknK14N5S6 Dnrvi77MF5TCOdOhnD1ONoHyd5LIPhuB+MudXu3HvuBL+suvn+n7oLmg+ds3xpuP72pc QAL4QiJzt7acQvHwwGeJ3FyxJbMH1Nju41Yj7mr7cnN/O4SRuiqoBwHoXYCZN6lQPrW2 TY9FWB7Dh2o3nmO4Dfz0sHkFiBVFOffMWzvzkLZz6nVcDbEBFLYYmc1wwc5A0vQD/xyx W83w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id cw3si4636437edb.444.2020.11.27.00.46.57; Fri, 27 Nov 2020 00:47:19 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391835AbgKZWYI (ORCPT + 99 others); Thu, 26 Nov 2020 17:24:08 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:57246 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391822AbgKZWYH (ORCPT ); Thu, 26 Nov 2020 17:24:07 -0500 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kiPgL-0005GQ-IU; Thu, 26 Nov 2020 22:24:05 +0000 From: Colin King To: Nicolas Pitre Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] cramfs: Kconfig: Fix spelling mistake "adresssed" -> "addressed" Date: Thu, 26 Nov 2020 22:24:05 +0000 Message-Id: <20201126222405.12772-1-colin.king@canonical.com> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King There is a spelling mistake in the Kconfig help text. Fix it. Signed-off-by: Colin Ian King --- fs/cramfs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/cramfs/Kconfig b/fs/cramfs/Kconfig index d98cef0dbb6b..a8af8c6ac15d 100644 --- a/fs/cramfs/Kconfig +++ b/fs/cramfs/Kconfig @@ -38,7 +38,7 @@ config CRAMFS_MTD default y if !CRAMFS_BLOCKDEV help This option allows the CramFs driver to load data directly from - a linear adressed memory range (usually non volatile memory + a linear addressed memory range (usually non volatile memory like flash) instead of going through the block device layer. This saves some memory since no intermediate buffering is necessary. -- 2.29.2