RedfishPkg: Correct spelling errors and typos
Signed-off-by: Abdul Lateef Attar <AbdulLateef.Attar@amd.com>
This commit is contained in:
committed by
Liming Gao
parent
f2e9785b6e
commit
96ce01e6e7
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user