From 7f0bff63d055816937b7ad651f879a8988ddc1c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 7 Apr 2010 07:05:20 +0000 Subject: [PATCH] * Fixed typo. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36058 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/thread_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headers/private/kernel/thread_types.h b/headers/private/kernel/thread_types.h index bbd0079380..8b339f21f7 100644 --- a/headers/private/kernel/thread_types.h +++ b/headers/private/kernel/thread_types.h @@ -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 */