* Fixed typo.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36058 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2010-04-07 07:05:20 +00:00
parent b654ef7d7e
commit 7f0bff63d0

View File

@ -1,5 +1,5 @@
/*
* Copyright 2004-2009, Haiku Inc.
* Copyright 2004-2010, Haiku Inc.
* Distributed under the terms of the MIT License.
*
* Thread definition and structures
@ -375,7 +375,7 @@ struct thread_queue {
#define THREAD_FLAGS_SYSCALL 0x0400
// the thread is currently in a syscall; set/reset only for certain
// functions (e.g. ioctl()) to allow inner functions to discriminate
// whether e.g. parameters where passed from userland or kernel
// whether e.g. parameters were passed from userland or kernel
#endif /* _KERNEL_THREAD_TYPES_H */