From 4be603d71322f87aa82bcb79682d69c8e67ca3e2 Mon Sep 17 00:00:00 2001 From: Abdul Lateef Attar Date: Tue, 1 Jul 2025 08:52:39 +0000 Subject: BaseTools: Fix the spelling or typo Signed-off-by: Abdul Lateef Attar --- BaseTools/Source/Python/Workspace/DscBuildData.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BaseTools/Source/Python') diff --git a/BaseTools/Source/Python/Workspace/DscBuildData.py b/BaseTools/Source/Python/Workspace/DscBuildData.py index c8c276017f..248c562956 100644 --- a/BaseTools/Source/Python/Workspace/DscBuildData.py +++ b/BaseTools/Source/Python/Workspace/DscBuildData.py @@ -3,6 +3,7 @@ # # Copyright (c) 2008 - 2025, Intel Corporation. All rights reserved.
# (C) Copyright 2016 Hewlett Packard Enterprise Development LP
+# Copyright (C) 2025 Advanced Micro Devices, Inc. All rights reserved. # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -1670,7 +1671,7 @@ class DscBuildData(PlatformBuildClassObject): AllModulePcds = AllModulePcds | ModuleData.PcdsName return AllModulePcds - #Filter the StrucutrePcd that is not used by any module in dsc file and fdf file. + #Filter the StructurePcd that is not used by any module in dsc file and fdf file. def FilterStrcturePcd(self, S_pcd_set): UnusedStruPcds = set(S_pcd_set.keys()) - self.PlatformUsedPcds for (Token, TokenSpaceGuid) in UnusedStruPcds: -- cgit v1.2.3