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

@@ -37,11 +37,11 @@ typedef struct _EPT_ENTRIES
C_ASSERT(sizeof(EPT_ENTRIES) == sizeof(VOID*) * 4);
/*!
@brief Cleans up all EPT entries and the table recursively.
@brief Cleans up all EPT entries and the tables recursively.
@param[in,out] EptTable - A pointer to the EPT table to clean up.
@param[in,out] EptTable - The pointer to the EPT table to clean up.
@param[in] PageMapLevel - A level of the table.
@param[in] PageMapLevel - The level of the table.
*/
static
VOID