From 09e348731e97a0ab14fd72faa4948e6ba0d802c1 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Thu, 17 Apr 1997 13:46:50 +0000 Subject: [PATCH] Tweak comment. --- include/callback.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/callback.h b/include/callback.h index b2a7fe247d..0d689cbc5d 100644 --- a/include/callback.h +++ b/include/callback.h @@ -60,8 +60,7 @@ struct host_callback_struct /* depreciated, use vprintf_filtered - Talk to the user on a console. */ void (*printf_filtered) PARAMS ((host_callback *, const char *, ...)); - /* Talk to the user on a console. - The `void *' is actually `va_list *'. */ + /* Talk to the user on a console. */ void (*vprintf_filtered) PARAMS ((host_callback *, const char *, va_list)); /* Same as vprintf_filtered but to stderr. */ -- 2.34.1