From: Lukas Krickl Date: Sun, 12 Nov 2023 16:16:29 +0000 (+0100) Subject: Fixed comment X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=d8b5d62fffdf29d85bdf9e9bb008269a1b10177d;p=ulas%2F.git Fixed comment --- diff --git a/include/ulas.h b/include/ulas.h index 6992f72..e5d5ac8 100644 --- a/include/ulas.h +++ b/include/ulas.h @@ -276,7 +276,7 @@ int ulas_preprocnext(struct ulas_preproc *pp, FILE *dst, FILE *src, char *buf, // enum ulas_ppdirs id for preprocessor directive // -1 on error // Warning: calling this recursively may clobber pp buffers and those should -// not be called in the caller after recursvion finishes! +// not be used in the caller after recursvion finishes! int ulas_preprocline(struct ulas_preproc *pp, FILE *dst, FILE *src, const char *raw_line, size_t n);