From 987b87e2ad790c65850d8275c0e9edb1afbd960b Mon Sep 17 00:00:00 2001 From: Tomas Hruby Date: Tue, 6 Apr 2010 11:29:31 +0000 Subject: [PATCH] Small fixes - do_sync_ipc() is private - fixed typo in a comment --- kernel/proc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/proc.c b/kernel/proc.c index 3a143aa9b..7c828d46c 100644 --- a/kernel/proc.c +++ b/kernel/proc.c @@ -241,9 +241,9 @@ check_misc_flags: } /* - * handler for all synchronous IPC callsi + * handler for all synchronous IPC calls */ -PUBLIC int do_sync_ipc(struct proc * caller_ptr, /* who made the call */ +PRIVATE int do_sync_ipc(struct proc * caller_ptr, /* who made the call */ int call_nr, /* system call number and flags */ endpoint_t src_dst_e, /* src or dst of the call */ message *m_ptr) /* users pointer to a message */ -- 2.44.0