summaryrefslogtreecommitdiffstats
path: root/doc/implement/functions.sty
diff options
context:
space:
mode:
Diffstat (limited to 'doc/implement/functions.sty')
-rw-r--r--doc/implement/functions.sty2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/implement/functions.sty b/doc/implement/functions.sty
index 412df84b3..a3165f811 100644
--- a/doc/implement/functions.sty
+++ b/doc/implement/functions.sty
@@ -54,7 +54,7 @@
\newcommand{\docomm@}{\ifnum\argc@ount >0, \\\fi}
\newcommand{\funcvoid}{\argc@ount=0}
\newcommand{\funcin}{\docomm@\argc@ount=0{\sl /* IN */}\\}
-\newcommand{\funcinout}{\docomm@\argc@ount=0{\sl /* INOUT */}\\}
+\newcommand{\funcinout}{\docomm@\argc@ount=0{\sl /* IN/OUT */}\\}
\newcommand{\funcout}{\docomm@\argc@ount=0{\sl /* OUT */}\\}
\newcommand{\funcarg}[2]{\docomm@#1 {\argfont #2}\advance\argc@ount by1}
\newcommand{\funcparam}[1]{{\argfont #1}}