From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web10.15151.1677646531793211118 for ; Tue, 28 Feb 2023 20:55:32 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=nmCVNGTA; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: nathaniel.l.desimone@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1677646531; x=1709182531; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=KcY8EFnANIwVN/q50b6lY/T4iIqenE/wHreIdDWHmSY=; b=nmCVNGTAXN8Cn/zZYacbxP65p4dCyz2Co/MpQ/kK/CwvUTBEoteWtJ9F 3KUjGpSy7wiSV6kk5+Y/2XpPHqJ5xtuR0FlH5uAEb3Aj/NE07t891xM0t CgC6snR2vANjMc8uQnAxgkpcxXw8SwD0RD8BW+6Arj3z2XjlcaUzTHmAI PtYu8/bV+A6VzTb7KrqwzdvLrd/i5jPDV6KY77BzhTXqAw/FUtIvXYDMc yIfckfDrIz5rQYn6FJetFznPAL99TsL+TUI6t12utcBsKHYvfa7IuIQ0y /xvQ1Dh/RCwYLMkiS/2tJvB/zVI0oxU1SrSbqY543lhSDOgYMnI0Pr+Sz w==; X-IronPort-AV: E=McAfee;i="6500,9779,10635"; a="399103043" X-IronPort-AV: E=Sophos;i="5.98,223,1673942400"; d="scan'208";a="399103043" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Feb 2023 20:55:30 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10635"; a="706832925" X-IronPort-AV: E=Sophos;i="5.98,223,1673942400"; d="scan'208";a="706832925" Received: from nldesimo-desk.amr.corp.intel.com ([10.24.12.177]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Feb 2023 20:55:30 -0800 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Nate DeSimone , Andrew Fish , Ray Ni , Michael D Kinney , Chasel Chiu Subject: [PATCH v1] EmulatorPkg: Correct Comment Date: Tue, 28 Feb 2023 20:55:18 -0800 Message-Id: <20230301045524.1044-1-nathaniel.l.desimone@intel.com> X-Mailer: git-send-email 2.39.2.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Nate DeSimone EFI_EMU_UGA_IO_PROTOCOL has been replaced by EMU_GRAPHICS_WINDOW_PROTOCOL. Cc: Andrew Fish Cc: Ray Ni Cc: Michael D Kinney Cc: Chasel Chiu Signed-off-by: Nate DeSimone --- EmulatorPkg/Unix/Host/Gasket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EmulatorPkg/Unix/Host/Gasket.h b/EmulatorPkg/Unix/Host/Gasket.h index 6dafc903cf..b0d61893c3 100644 --- a/EmulatorPkg/Unix/Host/Gasket.h +++ b/EmulatorPkg/Unix/Host/Gasket.h @@ -1,7 +1,7 @@ /** @file Copyright (c) 2008 - 2011, Apple Inc. All rights reserved.
- Copyright (c) 2011 - 2019, Intel Corporation. All rights reserved.
+ Copyright (c) 2011 - 2023, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent @@ -200,7 +200,7 @@ ReverseGasketUint64Uint64 ( ); // -// Gasket functions for EFI_EMU_UGA_IO_PROTOCOL +// Gasket functions for EMU_GRAPHICS_WINDOW_PROTOCOL // EFI_STATUS -- 2.30.2