From a80c93e5fde8f22090cb34b707e0776c0a8124fc Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 29 Mar 1996 00:30:18 +0000 Subject: Fix function name typo. --- libshouldbeinlibc/portinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libshouldbeinlibc/portinfo.c') diff --git a/libshouldbeinlibc/portinfo.c b/libshouldbeinlibc/portinfo.c index c4a3e4b6..cb4e9605 100644 --- a/libshouldbeinlibc/portinfo.c +++ b/libshouldbeinlibc/portinfo.c @@ -132,8 +132,8 @@ print_port_info (mach_port_t name, mach_port_type_t type, task_t task, /* Prints info about every port in TASK that has a type in ONLY to STREAM. */ error_t -print_task_print_task_ports_info (task_t task, mach_port_type_t only, - unsigned show, FILE *stream) +print_task_ports_info (task_t task, mach_port_type_t only, + unsigned show, FILE *stream) { mach_port_t *names = 0; mach_port_type_t *types = 0; -- cgit v1.2.3