tests/libcurses: clean up comments

This commit is contained in:
rillig 2021-12-06 22:45:42 +00:00
parent e1f138e4eb
commit 7fe998ab00
3 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: commands.c,v 1.16 2021/09/04 01:34:32 rin Exp $ */
/* $NetBSD: commands.c,v 1.17 2021/12/06 22:45:42 rillig Exp $ */
/*-
* Copyright 2009 Brett Lymn <blymn@NetBSD.org>
@ -108,7 +108,7 @@ write_to_director_type(data_enum_t return_type)
}
/*
* Report an pointer value back to the director
* Report a pointer value back to the director
*/
void
report_ptr(void *ptr)

View File

@ -1,4 +1,4 @@
/* $NetBSD: curses_commands.c,v 1.29 2021/06/13 21:54:51 rillig Exp $ */
/* $NetBSD: curses_commands.c,v 1.30 2021/12/06 22:45:42 rillig Exp $ */
/*-
* Copyright 2009 Brett Lymn <blymn@NetBSD.org>
@ -150,8 +150,8 @@ set_scrn(const char *arg, SCREEN **x)
return
/*
* Required by the API, intended for future extensions, but this
* implementation does not support the extension.
* These NULL argument is required by the API, intended for future extensions,
* but this implementation does not support the extension.
*/
#define ARG_NULL() \
args++

View File

@ -1,4 +1,4 @@
/* $NetBSD: curses_commands.h,v 1.8 2021/06/13 19:17:53 rillig Exp $ */
/* $NetBSD: curses_commands.h,v 1.9 2021/12/06 22:45:42 rillig Exp $ */
/*-
* Copyright 2009 Brett Lymn <blymn@NetBSD.org>
@ -42,7 +42,7 @@ struct command_def {
void cmd_DRAIN(int, char **); /* not a curses function */
/* These functions can be called before initscr*/
/* These functions can be called before initscr */
void cmd_filter(int, char **);
void cmd_ripoffline(int, char **);
void cmd_use_env(int, char **);
@ -398,7 +398,7 @@ void cmd_mvwinwstr(int, char **);
void cmd_winnwstr(int, char **);
void cmd_winwstr(int, char **);
/* cchar handlgin */
/* cchar handling */
void cmd_setcchar(int, char **);
void cmd_getcchar(int, char **);