diff options
Diffstat (limited to 'MdePkg/Library/BaseSynchronizationLib/X64/InterlockedIncrement.asm')
-rw-r--r-- | MdePkg/Library/BaseSynchronizationLib/X64/InterlockedIncrement.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseSynchronizationLib/X64/InterlockedIncrement.asm b/MdePkg/Library/BaseSynchronizationLib/X64/InterlockedIncrement.asm index 44f264f97d..fc086b6e87 100644 --- a/MdePkg/Library/BaseSynchronizationLib/X64/InterlockedIncrement.asm +++ b/MdePkg/Library/BaseSynchronizationLib/X64/InterlockedIncrement.asm @@ -26,7 +26,7 @@ ;------------------------------------------------------------------------------
; UINT32
; EFIAPI
-; InterlockedIncrement (
+; InternalSyncIncrement (
; IN volatile UINT32 *Value
; );
;------------------------------------------------------------------------------
|