Fixed comment
authorLukas Krickl <lukas@krickl.dev>
Sun, 12 Nov 2023 16:16:29 +0000 (17:16 +0100)
committerLukas Krickl <lukas@krickl.dev>
Sun, 12 Nov 2023 16:16:29 +0000 (17:16 +0100)
include/ulas.h

index 6992f72b7e8a9f4667c7d813eb72f5fe6c7b2ecc..e5d5ac8a273af6afeabbd8763922d37b29f0fbbe 100644 (file)
@@ -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);