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 X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E6F2DC433DB for ; Tue, 9 Mar 2021 00:19:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A3FA565287 for ; Tue, 9 Mar 2021 00:19:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231941AbhCIASe (ORCPT ); Mon, 8 Mar 2021 19:18:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43704 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231339AbhCIASA (ORCPT ); Mon, 8 Mar 2021 19:18:00 -0500 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB65DC06174A for ; Mon, 8 Mar 2021 16:18:00 -0800 (PST) Received: from localhost (unknown [IPv6:2601:281:8300:104d::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 4A7922B0; Tue, 9 Mar 2021 00:18:00 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 4A7922B0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1615249080; bh=n7wlyMaMbYzb1UQpQtoONC+OZVt9gNvZ4n6Erv9av6k=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=lEAXGVTGmst4CmEzR2HYBn7sJEMq6Yun6ou/ZKpGVeQ0lRvOfvrx21LyOa80/iZRd /LeZ2WkQ1+OzV1QcLsmyHxysukOpeaIKgO9pkv/Di3rwI9+HbzjKTgf0OUhogpIO4i p4Ado++Xs41vhUhtcTAVKqcF9AFLInOfD0dKlnqcqbdeKv8KsCgi2aMlgMMADm1M6O tPUpsryHB+LZ68qfJuelPxPWy1NbXIqb/KikrALMqWHcnzHtl7ghVH1HI262lhWCCi f156P3KGCfbnmOr0vhNf3alqGomh94adT3OYG1tTJICliOCL3GfWRALoZdl+Jby8XG MUOw97zXbQpEA== From: Jonathan Corbet To: Jonathan =?utf-8?Q?Neusch=C3=A4fer?= , linux-doc@vger.kernel.org Cc: Jonathan =?utf-8?Q?Neusch=C3=A4fer?= , Paolo Bonzini , kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: kvm: Fix a typo ("althought") In-Reply-To: <20210301214722.2310911-1-j.neuschaefer@gmx.net> References: <20210301214722.2310911-1-j.neuschaefer@gmx.net> Date: Mon, 08 Mar 2021 17:17:59 -0700 Message-ID: <87zgzd41u0.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Jonathan Neusch=C3=A4fer writes: > Signed-off-by: Jonathan Neusch=C3=A4fer > --- > Documentation/virt/kvm/api.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/virt/kvm/api.rst b/Documentation/virt/kvm/api.= rst > index aed52b0fc16ec..3617a64e81fe2 100644 > --- a/Documentation/virt/kvm/api.rst > +++ b/Documentation/virt/kvm/api.rst > @@ -55,7 +55,7 @@ not cause harm to the host, their actual behavior is no= t guaranteed by > the API. See "General description" for details on the ioctl usage > model that is supported by KVM. > > -It is important to note that althought VM ioctls may only be issued from > +It is important to note that although VM ioctls may only be issued from > the process that created the VM, a VM's lifecycle is associated with its > file descriptor, not its creator (process). In other words, the VM and Applied, thanks. jon