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

@@ -13,7 +13,7 @@
//
// Spin lock type and state names.
//
#if defined(NTDDI_VERSION)
#if defined(MV_PLATFORM_WINDOWS)
typedef volatile LONG64 SPIN_LOCK;
typedef enum _SPIN_LOCK_STATE
{
@@ -81,7 +81,7 @@ GetCurrentProcessorNumber (
/*!
@brief Returns the physical address of the given virtual address.
@param[in] VirualAddress - A virtual address to retrieve its physical
@param[in] VirualAddress - The virtual address to retrieve its physical
address for the current CR3. This must be non paged pool, otherwise the
result is undefined.