]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DynamicTablesPkg/Include/ArmNameSpaceObjects.h
DynamicTablesPkg: Fix issues reported by EDKII CI
[mirror_edk2.git] / DynamicTablesPkg / Include / ArmNameSpaceObjects.h
index 2f326960313c1d7658029205e5cb09b89b0cdd88..57a282d5cb6883d0dabb74ceac7c8905ed3ef43a 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Copyright (c) 2017 - 2019, ARM Limited. All rights reserved.\r
+  Copyright (c) 2017 - 2020, ARM Limited. All rights reserved.\r
 \r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
@@ -682,7 +682,7 @@ typedef struct CmArmProcHierarchyInfo {
   UINT32            NoOfPrivateResources;\r
   /// Token of the array which contains references to the resources private to\r
   /// this CM_ARM_PROC_HIERARCHY_INFO instance. This field is ignored if\r
-  /// the NoOfPrivateResources is 0, in which case it is recomended to set\r
+  /// the NoOfPrivateResources is 0, in which case it is recommended to set\r
   /// this field to CM_NULL_TOKEN.\r
   CM_OBJECT_TOKEN   PrivateResourcesArrayToken;\r
 } CM_ARM_PROC_HIERARCHY_INFO;\r
@@ -795,7 +795,7 @@ typedef struct CmArmDeviceHandlePci {
   /// PCI Bus Number - Max 256 busses (Bits 15:8 of BDF)\r
   UINT8  BusNumber;\r
 \r
-  /// PCI Device Mumber - Max 32 devices (Bits 7:3 of BDF)\r
+  /// PCI Device Number - Max 32 devices (Bits 7:3 of BDF)\r
   UINT8   DeviceNumber;\r
 \r
   /// PCI Function Number - Max 8 functions (Bits 2:0 of BDF)\r