From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com [209.85.210.181]) by mx.groups.io with SMTP id smtpd.web08.1739.1623695685406742002 for ; Mon, 14 Jun 2021 11:34:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=ZO1zLtxR; spf=pass (domain: gmail.com, ip: 209.85.210.181, mailfrom: kuqin12@gmail.com) Received: by mail-pf1-f181.google.com with SMTP id g6so11219558pfq.1 for ; Mon, 14 Jun 2021 11:34:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=WSzgXSQIhsiK3m5020AnOtPayYTFDNj4hcHqXCqMqPo=; b=ZO1zLtxRZnclbKced293B5+U4/ZySM/Qxkr+EnSAoReWXz128SngX/CoygnKGha7GW vO3c7M0RLKOqkufid1/+YPX37zfMUgym3w6Uj9HM2NOtXTh5u+uLI3qRSFvbKRlTc8Oh CW7N7+Rpc9WgPa/4JubIlLPTXZANYnF+1yQoO1Ll7T9ztKyEySvd6q6h80OVY1AafxLc ZciQ23MFAVLSTtrRQPbOViIab55R61wevV4YkAzSwNr7cYDF3nsho/7ZcB545qr49f6I Tso/vSVXhgLFhv/ULuvw10lMnreuZNSdDMkZ5s5IlomeYzos8lPvImmX3qRst4PKTVdv sg9g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=WSzgXSQIhsiK3m5020AnOtPayYTFDNj4hcHqXCqMqPo=; b=qJHIH/LQHY3kN290h2Dkth3p3wR7F7GVrSxTT+hpiHa3czqLHXzzswc2HuYCbwn443 J8NUmx2bkeC6NZsFQSbHsM1bkh0bGn+cYl1wypEMeLdpgnFY/waCRuMj47J+tomPp97+ KDOUSg3Tjijz5iseZla4vwfFP/p+dhH2MuWaYj7LEtxze12iKTe+jWECI2RzOMDDfdzC zYztEFEGWUU/3HzAvM6Pwxw+Eb/MhFKZl0EariRhYTp0lhkTqNsqUVV06pvDCb1pBBiA a7FdNYsMbh4g9OOZL01EZkdwPoI7l75jBDwhtezqH1AtdjX3iy+eULY+pPj+1yhJ+NCJ 3L5g== X-Gm-Message-State: AOAM530L+fwatYDkkRlOTAh+fJYS16d8U4SSouEUSPZD3u7ZDfAIlR58 4/rjNmKsjjxBV+CjltwtJj8Kecb1MvUehw== X-Google-Smtp-Source: ABdhPJxqXWKb1KpGtJ8Q/Ex4v9g7kPK8iWPb0LnyTeY7P6gLtZATGXe0WWzL+Hy+4u8SQUrhv0ZV2w== X-Received: by 2002:a63:ee53:: with SMTP id n19mr18449119pgk.268.1623695684801; Mon, 14 Jun 2021 11:34:44 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([50.35.88.161]) by smtp.gmail.com with ESMTPSA id h20sm13056446pfq.83.2021.06.14.11.34.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Jun 2021 11:34:44 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar , Jiewen Yao , Supreeth Venkatesh , Sean Brogan , Ard Biesheuvel Subject: [PATCH v2 1/4] StandaloneMmPkg: Core: Spelling error in comment Date: Mon, 14 Jun 2021 11:34:28 -0700 Message-Id: <20210614183431.1657-2-kuqin12@gmail.com> X-Mailer: git-send-email 2.31.1.windows.1 In-Reply-To: <20210614183431.1657-1-kuqin12@gmail.com> References: <20210614183431.1657-1-kuqin12@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 --- 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