summaryrefslogtreecommitdiff
path: root/builtin.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin.c b/builtin.c
index d56d7838..afdb747b 100644
--- a/builtin.c
+++ b/builtin.c
@@ -4329,10 +4329,10 @@ check_symtab_functab(NODE *dest, const char *fname, const char *msg)
fatal(msg, fname, "FUNCTAB");
}
-/* do_bool --- create boolean values */
+/* do_mkbool --- create boolean values */
NODE *
-do_bool(int nargs)
+do_mkbool(int nargs)
{
NODE *tmp;
bool result;