doc: fix typo

time-shift
Houtan Bastani 2012-01-02 18:26:01 +01:00
parent d159dde855
commit 72788cf551
1 changed files with 1 additions and 1 deletions

View File

@ -6222,7 +6222,7 @@ end;
@deffnx {Macro directive} @@#endif
Conditional inclusion of some part of the @file{.mod} file.
The lines between @code{@@#if} and the next @code{@@#else} or
@code{@@#end} is executed only if the condition evaluates to a
@code{@@#endif} is executed only if the condition evaluates to a
non-null integer. The @code{@@#else} branch is optional and, if
present, is only evaluated if the condition evaluates to @code{0}.