From 96ce01e6e7770175639d00c0ba5e5dfa880e389f Mon Sep 17 00:00:00 2001 From: Abdul Lateef Attar Date: Tue, 1 Jul 2025 09:04:51 +0000 Subject: [PATCH] RedfishPkg: Correct spelling errors and typos Signed-off-by: Abdul Lateef Attar --- RedfishPkg/RedfishHttpDxe/RedfishHttpData.c | 5 +++-- RedfishPkg/RedfishHttpDxe/RedfishHttpData.h | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/RedfishPkg/RedfishHttpDxe/RedfishHttpData.c b/RedfishPkg/RedfishHttpDxe/RedfishHttpData.c index d1d403c74a..fa8e37f3ec 100644 --- a/RedfishPkg/RedfishHttpDxe/RedfishHttpData.c +++ b/RedfishPkg/RedfishHttpDxe/RedfishHttpData.c @@ -2,6 +2,7 @@ RedfishHttpData handles internal data to support Redfish HTTP protocol. Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. + Copyright (C) 2025 Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @@ -84,7 +85,7 @@ ReleaseRedfishService ( } /** - This function creat new service. Host and HostName are copied to + This function create new service. Host and HostName are copied to newly created service instance. @param[in] Host Host string. @@ -189,7 +190,7 @@ ReleaseRedfishPayload ( } /** - This function creat new payload. Server and JsonObj are + This function create new payload. Server and JsonObj are copied to newly created payload. @param[in] Service Pointer to Service instance. diff --git a/RedfishPkg/RedfishHttpDxe/RedfishHttpData.h b/RedfishPkg/RedfishHttpDxe/RedfishHttpData.h index cb956a454b..700c74c931 100644 --- a/RedfishPkg/RedfishHttpDxe/RedfishHttpData.h +++ b/RedfishPkg/RedfishHttpDxe/RedfishHttpData.h @@ -2,6 +2,7 @@ Definitions of RedfishHttpData Copyright (c) 2023-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved. + Copyright (C) 2025 Advanced Micro Devices, Inc. All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent @@ -184,7 +185,7 @@ ReleaseRedfishPayload ( ); /** - This function creat new payload. Server and JsonObj are + This function create new payload. Server and JsonObj are copied to newly created payload. @param[in] Service Pointer to Service instance. @@ -215,7 +216,7 @@ ReleaseRedfishService ( ); /** - This function creat new service. Host and HostName are copied to + This function create new service. Host and HostName are copied to newly created service instance. @param[in] Host Host string.