Skip to content

Commit

Permalink
OcBootManagementLib: Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebeaton committed Jul 4, 2023
1 parent eba430c commit 425cd5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Include/Acidanthera/Library/OcBootManagementLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -2126,8 +2126,8 @@ OcLaunchAppleBootPicker (
@param[out] FileData Returned file data.
@param[out] DataLength Returned data length.
@param[in] SearchAtLeaf Search next to boot file (or in boot folder) first.
@param[in] SearchAtRoot After SearchAtLeaf, if specific, search at OC-specific
GUID sub-folder location, followed by FS root.
@param[in] SearchAtRoot After SearchAtLeaf (if specified), search at OC-specific
GUID sub-folder location (if present), then at FS root.
@retval EFI_SUCCESS File was located, validated against allowed length, and returned.
@retval other File could not be located, or had invalid length.
Expand Down Expand Up @@ -2158,8 +2158,8 @@ OcGetBootEntryFileFromDevicePath (
@param[out] FileData Returned file data.
@param[out] DataLength Returned data length.
@param[in] SearchAtLeaf Search next to boot file (or in boot folder) first.
@param[in] SearchAtRoot After SearchAtLeaf, if specific, search at OC-specific
GUID sub-folder location, followed by FS root.
@param[in] SearchAtRoot After SearchAtLeaf (if specified), search at OC-specific
GUID sub-folder location (if present), then at FS root.
@retval EFI_SUCCESS Boot entry was correct type, file was located, validated against allowed length, and returned.
@retval other Boot entry was incorrect type, or file could not be located, or had invalid length.
Expand Down

0 comments on commit 425cd5c

Please sign in to comment.