From d8b5d62fffdf29d85bdf9e9bb008269a1b10177d Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Sun, 12 Nov 2023 17:16:29 +0100 Subject: [PATCH] Fixed comment --- include/ulas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2