about summary refs log tree commit diff
path: root/Src/zsh.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index af9b4fb67..641d9c95c 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1448,7 +1448,7 @@ struct builtin {
     int minargs;		/* minimum number of arguments                        */
     int maxargs;		/* maximum number of arguments, or -1 for no limit    */
     int funcid;			/* xbins (see above) for overloaded handlerfuncs      */
-    char *optstr;		/* string of legal options                            */
+    char *optstr;		/* string of legal options (see execbuiltin())        */
     char *defopts;		/* options set by default for overloaded handlerfuncs */
 };