--- src/sys/i386/i386/Attic/mplock.s 2004/02/21 06:37:07 1.12 +++ src/sys/i386/i386/Attic/mplock.s 2004/06/16 01:17:30 1.13 @@ -28,7 +28,7 @@ * * DragonFly MPLOCK operation * - * Each thread as an MP lock count, td_mpcount, and there is a shared + * Each thread has an MP lock count, td_mpcount, and there is a shared * global called mp_lock. mp_lock is the physical MP lock and contains either * -1 or the cpuid of the cpu owning the lock. The count is *NOT* integrated * into mp_lock but instead resides in each thread td_mpcount.