diff --git a/src/builtin.cpp b/src/builtin.cpp
index c2cf31931..e3815ba2f 100644
--- a/src/builtin.cpp
+++ b/src/builtin.cpp
@@ -4,7 +4,7 @@
//
// 1). Create a function in builtin.c with the following signature:
//
-// static int builtin_NAME( parser_t &parser, wchar_t ** args )
+// static int builtin_NAME(parser_t &parser, io_streams_t &streams, wchar_t **argv)
//
// where NAME is the name of the builtin, and args is a zero-terminated list of arguments.
//