From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web08.8507.1623854729979951799 for ; Wed, 16 Jun 2021 07:45:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=rGgebwc+; spf=pass (domain: kernel.org, ip: 198.145.29.99, mailfrom: ardb@kernel.org) Received: by mail.kernel.org (Postfix) with ESMTPSA id 700DB61042 for ; Wed, 16 Jun 2021 14:45:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623854729; bh=KFsaCaFJy1eQEbmuwo+G10y/GO7dISXWizpMQ7/C5mQ=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=rGgebwc+WhrRI+JLj9aXxkFPqxQbnfDWDwwn0F4PKsnGskk+Xl0tOFOSZfEYxKEhv kBUZHa3Goya3sCz0zfdMZlh/PSyuRTW4KyVrUr2ABpV4LBS+/uu0j65hBjaBgAf7jy 6GGRrj+X6NkLLe7lqhsFNnX8v92WIR208KJhmlatEffQLlTVRdhm/HdGa874GLKf8t gG4mp9uzx8SDLizngV0OA473xVYhgz1Z+5DDkes1rLosPrPzJdjONley3/YHSJz8ia NaL/03+ZFiOJbw3UPqXm7uIK0MhCuZPdTTUzLsV8dOaKQFcgovp3Ra1OWmzw2Jpx9j 12XNV55sS2WeQ== Received: by mail-ot1-f52.google.com with SMTP id j11-20020a9d738b0000b02903ea3c02ded8so2712898otk.5 for ; Wed, 16 Jun 2021 07:45:29 -0700 (PDT) X-Gm-Message-State: AOAM531JYp7vjmNY+aQOdrjwezzAh3Mb7Xm0bqgtCagxc2Rp9AMnDNgj NO83glWGA2LUcLUAgGYri1lMUCfsr9oBko9v+eY= X-Google-Smtp-Source: ABdhPJykHwrehTKVlpjB7993l3wINonLaY7G6rIyeIxihxWgt2/vpWmUXgYAIjkbD7PiBiDPUYJ3LQbqMP7TDSuQbPA= X-Received: by 2002:a9d:6d0e:: with SMTP id o14mr239163otp.90.1623854728865; Wed, 16 Jun 2021 07:45:28 -0700 (PDT) MIME-Version: 1.0 References: <20210614183431.1657-1-kuqin12@gmail.com> <20210614183431.1657-2-kuqin12@gmail.com> In-Reply-To: <20210614183431.1657-2-kuqin12@gmail.com> From: "Ard Biesheuvel" Date: Wed, 16 Jun 2021 16:45:17 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 1/4] StandaloneMmPkg: Core: Spelling error in comment To: Kun Qin Cc: edk2-devel-groups-io , Ard Biesheuvel , Sami Mujawar , Jiewen Yao , Supreeth Venkatesh , Sean Brogan Content-Type: text/plain; charset="UTF-8" On Mon, 14 Jun 2021 at 20:34, Kun Qin wrote: > > From: Sean Brogan > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3445 > > This change fixed a misspelling that was not caught by spell check. > > Cc: Ard Biesheuvel > Cc: Sami Mujawar > Cc: Jiewen Yao > Cc: Supreeth Venkatesh > Cc: Sean Brogan > > Signed-off-by: Sean Brogan > Signed-off-by: Kun Qin > Reviewed-by: Ard Biesheuvel Merged patches 1 - 3 Thanks, > --- > > Notes: > v2: > - Added signed-off-by from Kun [Ard] > - Added reviewed-by tag [Ard] > > StandaloneMmPkg/Core/Dispatcher.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/StandaloneMmPkg/Core/Dispatcher.c b/StandaloneMmPkg/Core/Dispatcher.c > index dbd5332fa9d3..7e4bf5e94025 100644 > --- a/StandaloneMmPkg/Core/Dispatcher.c > +++ b/StandaloneMmPkg/Core/Dispatcher.c > @@ -4,7 +4,7 @@ > Step #1 - When a FV protocol is added to the system every driver in the FV > is added to the mDiscoveredList. The Before, and After Depex are > pre-processed as drivers are added to the mDiscoveredList. If an Apriori > - file exists in the FV those drivers are addeded to the > + file exists in the FV those drivers are added to the > mScheduledQueue. The mFwVolList is used to make sure a > FV is only processed once. > > -- > 2.31.1.windows.1 >