]> Zhao Yanbai Git Server - minix.git/commitdiff
Small fixes
authorTomas Hruby <tom@minix3.org>
Tue, 6 Apr 2010 11:29:31 +0000 (11:29 +0000)
committerTomas Hruby <tom@minix3.org>
Tue, 6 Apr 2010 11:29:31 +0000 (11:29 +0000)
- do_sync_ipc() is private

- fixed typo in a comment

kernel/proc.c

index 3a143aa9be02edca1b42fd98039f39287d2962eb..7c828d46c37ca58c565e84e7fc6bf837ac68fb6e 100644 (file)
@@ -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 */