From: Oliver Kurth Date: Tue, 17 Mar 2020 21:36:56 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd16fe5ef52d51bf5ef34c55ca763e23d5d6d7c;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_atomic.h b/open-vm-tools/lib/include/vm_atomic.h index 11dba32d2..c51dfaa28 100644 --- a/open-vm-tools/lib/include/vm_atomic.h +++ b/open-vm-tools/lib/include/vm_atomic.h @@ -3584,7 +3584,7 @@ Atomic_ReadAdd16(Atomic_uint16 *var, // IN/OUT * * Atomic_ReadInc16 -- * - * Atomically increments a 64-bit integer + * Atomically increments a 16-bit integer * * Results: * Returns the old value just prior to incrementing @@ -3607,7 +3607,7 @@ Atomic_ReadInc16(Atomic_uint16 *var) // IN/OUT * * Atomic_ReadDec16 -- * - * Atomically decrements a 64-bit integer + * Atomically decrements a 16-bit integer * * Results: * Returns the old value just prior to decrementing