[minor] typo

This commit is contained in:
Kevin Lange 2012-02-05 18:14:29 -06:00
parent aba36f4dce
commit 1a5057e1fa

View File

@ -428,7 +428,7 @@ static uintptr_t syscalls[] = {
(uintptr_t)&mousedevice,
(uintptr_t)&sys_mkdir,
(uintptr_t)&shm_negotiate,
(uintptr_t)&shm_free, /* 33 */
(uintptr_t)&shm_free, /* 36 */
0
};
uint32_t num_syscalls;