From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web10.7069.1589869087021885733 for ; Mon, 18 May 2020 23:18:07 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: nathaniel.l.desimone@intel.com) IronPort-SDR: gScGO7Uk1nxXgL3QQY5LVMAMfUQCpZt5ihaCSBE52sWIdhRl/tnQ+JPaREb1Vna3TtU4JSGUZe zuMvKSz37c3Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 May 2020 23:18:05 -0700 IronPort-SDR: I994rnwoHPBqVeZxV7IG2kAPjZEePCcYkm0fPCviDwJjnf9bsveI3Z7Tsqi5qDWiyCOe6Vi5hu xNSQ8bQYhJ+A== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,409,1583222400"; d="scan'208";a="267778624" Received: from nldesimo-desk1.amr.corp.intel.com ([10.209.6.93]) by orsmga006.jf.intel.com with ESMTP; 18 May 2020 23:18:05 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Zailiang Sun , Yi Qian Subject: [edk2-platforms] [PATCH 2/5] Vlv2TbltDevicePkg: Fix spelling errors Date: Mon, 18 May 2020 23:17:59 -0700 Message-Id: <20200519061802.5837-3-nathaniel.l.desimone@intel.com> X-Mailer: git-send-email 2.26.0.windows.1 In-Reply-To: <20200519061802.5837-1-nathaniel.l.desimone@intel.com> References: <20200519061802.5837-1-nathaniel.l.desimone@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit "implemenations" should be "implementations" Signed-off-by: Nate DeSimone Cc: Zailiang Sun Cc: Yi Qian --- .../Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Platform/Intel/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.c b/Platform/Intel/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.c index 8283483ff8..5607997f4e 100644 --- a/Platform/Intel/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.c +++ b/Platform/Intel/Vlv2TbltDevicePkg/MonoStatusCode/MonoStatusCode.c @@ -1,14 +1,11 @@ /** @file - Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.
- - SPDX-License-Identifier: BSD-2-Clause-Patent + Copyright (c) 2004 - 2020, Intel Corporation. All rights reserved.
- + SPDX-License-Identifier: BSD-2-Clause-Patent Module Name: - MonoStatusCode.c Abstract: @@ -35,7 +32,7 @@ EFI_PEI_PPI_DESCRIPTOR mPpiListStatusCode = { }; // -// Function implemenations +// Function implementations // /** -- 2.26.0.windows.1