From nobody Fri Dec 19 06:04:46 2025 Received: from mailserver.each.do (mailserver.each.do [208.85.243.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 69E3F3A1DB; Sun, 30 Jun 2024 07:44:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=208.85.243.232 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719733471; cv=none; b=CnD6dtCX/TDdNQdc8pu37HvLBIXSmkyk1EopACBjxDYLCbl/x3NNh3FqgW4xRsyEODk5r+dkTk1DbNAU9IArz6T2JgGYnWWFsgp9KcOlNmVtqHpqMSa7myoAjJ4IZdmFIG4SHw8HOlWbh/yYkrMwjWR18nlcImo1j96pn+gb/YI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719733471; c=relaxed/simple; bh=WmKzGyTxOKjHDeNNXLsi9WwddmBRFjCsDB/9Q/LN+Vk=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=d6lfVYp6bEXu2d7mEaMu75VSxpy13cNZTjGP3uWqY7NG7wx4OE/THN+wuoci8XBPVpvguuqFfxaqjUCUQnbEos+85dzRx60x7OTAM4v9SbXezWLMaVwbtXfJdUqF5Bg0ZaAhp0IoVdzthOFT8QRQw/HW/EUi1sYcLoBPCqNz+bw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=each.do; spf=pass smtp.mailfrom=each.do; dkim=pass (2048-bit key) header.d=each.do header.i=@each.do header.b=fkBbQSVI; arc=none smtp.client-ip=208.85.243.232 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=each.do Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=each.do Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=each.do header.i=@each.do header.b="fkBbQSVI" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=each.do; s=mail; h=Content-Type:MIME-Version:Message-ID:Date:Subject:To:From:Cc:From; bh=BE4wXFOMOQSEPQ8BKbsxWwJ0Lw65dprzqQcl/RMuclc=; b=fkBbQSVI5uanEXdCmOPRjbnbML P/LQza3IngnTwtiSMJZ+UBRV842aoxGbIUI7bLXr34ttyke1DbFS4L7glw15x0pBga3XDEqoy8Aat ex4P8AkBhqfUPxAQ1gYE2G0ikhdpmUdGMEjH0DGRiG0zJ+yUtCXZeR8LksQz4int1KgjV1u/zvhly 1iIl2UYTutl/ywggxQ0CYAV4wxrQNOTVx7+vJAMxBFrv8IItqvW2Oyus+syMx2B4KbsPU2ys7/pwb dv0hO5SC7dpU8EYz1hfj3A4azbhRFsSyf6ta+wPmjPW/ASaC2fnqH9rSn4yHiFivE5sr2fwzyY7sf R4sA45OQ==; Received: from [2601:646:a100:237f:4d7b:976c:82bc:9550] (helo=trent-reznor) by mailserver.each.do with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sNoer-00AsGu-IJ; Sun, 30 Jun 2024 00:07:33 -0700 User-agent: mu4e 1.10.8; emacs 29.3 From: Daniel Watson To: Jonathan Corbet ,linux-doc@vger.kernel.org,linux-kernel@vger.kernel.org Subject: [PATCH] docs/admin-guide/mm: correct typo 'quired' to 'queried' Date: Sat, 29 Jun 2024 23:59:12 -0700 Message-ID: <878qymrjrg.fsf@trent-reznor> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Convert the word "quired" to the word "queried" which makes more sense in this context. Signed-off-by: Daniel Watson --- Documentation/admin-guide/mm/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/admin-guide/mm/index.rst b/Documentation/admin-g= uide/mm/index.rst index 1f883abf3f00f..8b35795b664be 100644 --- a/Documentation/admin-guide/mm/index.rst +++ b/Documentation/admin-guide/mm/index.rst @@ -10,7 +10,7 @@ processes address space and many other cool things. =20 Linux memory management is a complex system with many configurable settings. Most of these settings are available via ``/proc`` -filesystem and can be quired and adjusted using ``sysctl``. These APIs +filesystem and can be queried and adjusted using ``sysctl``. These APIs are described in Documentation/admin-guide/sysctl/vm.rst and in `man 5 pro= c`_. =20 .. _man 5 proc: http://man7.org/linux/man-pages/man5/proc.5.html --=20 2.43.0