diff options
-rw-r--r-- | RedfishPkg/RedfishHttpDxe/RedfishHttpData.c | 5 | ||||
-rw-r--r-- | 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 d1d403c..fa8e37f 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 cb956a4..700c74c 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.
|