From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pl1-f170.google.com (mail-pl1-f170.google.com [209.85.214.170]) by mx.groups.io with SMTP id smtpd.web08.2182.1623469475093541011 for ; Fri, 11 Jun 2021 20:44:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=XdLLmWgI; spf=pass (domain: gmail.com, ip: 209.85.214.170, mailfrom: kuqin12@gmail.com) Received: by mail-pl1-f170.google.com with SMTP id b12so3777445plg.11 for ; Fri, 11 Jun 2021 20:44:35 -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=bk1BErAdWP1QECwYFYhclfRVhxM8dg3FmTMajwgoJwU=; b=XdLLmWgIlgcPF6DyvFwLLhV/DDhsJDPa/44fG0TtKj/UCvOnHnkO11sxnlncx+CkNR xzDSH8WmouwXgsMowNZmvOh2ztL/QA00hmnCkO4LRPi40fkX38CUTq72gxY2KVj+uYct ook7jprui0h/jYVYckPWf6akriPcwDXY10kH2hs5bShbwU6aFCx3OBITZDuJfVTY2zrz bx41KZKcnlzv4SAIjfxatftDYNgwc6/uj8W302Apx+TInyZACr/t2q9xN6GQqJU0aPIC /WlFQFTVPvkSV7iNIIWG/P/rpGopCYE44AHygzOLI3wn7yExCuHfV1yJH6VGxmzRxX6E Zj9g== 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=bk1BErAdWP1QECwYFYhclfRVhxM8dg3FmTMajwgoJwU=; b=pR8IlatY9zRnoG2H72Pj169W5LTHB3pHp+J5PnkgUxRrl7oS06KZSMrr5AsBaSnzTh /JkWl6UxT5dtojYcxCWNL53QH9/4suUQx3xvkjkhxPbF9pXkY0jq8g0bd215z2OlyDSy vl1PEbilgH0lthaSh63vn51UxY73sCiPeg4GSTzfLDq6rxwtDVXmaGTl1i1yF4RiUGiG tw4sxv0QpsYe3pTCbHLeryKm9z0zTmAEZDqOVzG6YCfQNfIEFzacgMgUX1m7OOvNQIG5 g4w66RNPNxxfHTbAXrsgUsL4jq7DwCm+jwieLHjaUwK1d+uJzm8Jrhr8utJBQ7WvwlXq eDLw== X-Gm-Message-State: AOAM531pKnpvZVsd0J7oGlWc20anHChzVLrquF7SCVqfDhN3XLdHNDd1 EZ6wNz1Zw7yoc3wIsoxs03crnuEvHJjoow== X-Google-Smtp-Source: ABdhPJyDjZUszzB46D8mxuqj0IzSOOaz+LUgbNPNJCKpCA0QrDgHzUf+HhaCTTsxNCmBNrY9q6QFCA== X-Received: by 2002:a17:90b:18d:: with SMTP id t13mr12332193pjs.191.1623469474464; Fri, 11 Jun 2021 20:44:34 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([50.35.88.161]) by smtp.gmail.com with ESMTPSA id l3sm6491779pgb.77.2021.06.11.20.44.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Jun 2021 20:44:34 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar , Jiewen Yao , Supreeth Venkatesh , Sean Brogan Subject: [PATCH v1 1/4] StandaloneMmPkg: Core: Spelling error in comment Date: Fri, 11 Jun 2021 20:44:19 -0700 Message-Id: <20210612034422.536-2-kuqin12@gmail.com> X-Mailer: git-send-email 2.31.1.windows.1 In-Reply-To: <20210612034422.536-1-kuqin12@gmail.com> References: <20210612034422.536-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 --- 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