diff --git a/src/lexer/lexer.c b/src/lexer/lexer.c index 147954e..4d3d83a 100644 --- a/src/lexer/lexer.c +++ b/src/lexer/lexer.c @@ -2,7 +2,7 @@ * Created: 2026-01-22 * Author: Aryadev Chavali * License: See end of file - * Commentary: See /include/arl/lexr/lexr.h + * Commentary: See /include/arl/lexer/lexer.h */ #include diff --git a/src/lib/vec.c b/src/lib/vec.c index d13263c..1c4f479 100644 --- a/src/lib/vec.c +++ b/src/lib/vec.c @@ -2,7 +2,7 @@ * Created: 2026-01-22 * Author: Aryadev Chavali * License: See end of file - * Commentary: + * Commentary: See /include/arl/lib/vec.h Taken from prick_vec.h: see https://github.com/oreodave/prick. */