Update comments

This commit is contained in:
Satoshi Tanda
2020-03-07 10:47:18 -08:00
parent adf09d85af
commit cd56f77bc0
32 changed files with 276 additions and 229 deletions

View File

@@ -1,8 +1,7 @@
/*!
@file Utils.c
@brief Utility functions that could be used by both on root and non-root
operations.
@brief Utility functions that could be used by both the host and non-host.
@author Satoshi Tanda
@@ -75,10 +74,10 @@ Exit:
/*!
@brief Returns the segment descriptor corresponds to the SegmentSelector.
@param[in] DescriptorTableBase - An address of the base of the descriptor
@param[in] DescriptorTableBase - The address of the base of the descriptor
table.
@param[in] SegmentSelector - A segment selector value.
@param[in] SegmentSelector - The segment selector value.
@return The segment descriptor corresponds to the SegmentSelector.
*/