lib/vec | lexer: Clean up comments

This commit is contained in:
2026-01-29 04:13:41 +00:00
parent 321b06ca0d
commit 6f6b747540
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
* Created: 2026-01-22 * Created: 2026-01-22
* Author: Aryadev Chavali * Author: Aryadev Chavali
* License: See end of file * License: See end of file
* Commentary: See /include/arl/lexr/lexr.h * Commentary: See /include/arl/lexer/lexer.h
*/ */
#include <ctype.h> #include <ctype.h>

View File

@@ -2,7 +2,7 @@
* Created: 2026-01-22 * Created: 2026-01-22
* Author: Aryadev Chavali * Author: Aryadev Chavali
* License: See end of file * License: See end of file
* Commentary: * Commentary: See /include/arl/lib/vec.h
Taken from prick_vec.h: see https://github.com/oreodave/prick. Taken from prick_vec.h: see https://github.com/oreodave/prick.
*/ */