diff --git a/src/lib/sv.c b/src/lib/sv.c index d9a8497..1d84f68 100644 --- a/src/lib/sv.c +++ b/src/lib/sv.c @@ -2,7 +2,7 @@ * Created: 2026-01-22 * Author: Aryadev Chavali * License: See end of file - * Commentary: See /include/sv.h + * Commentary: See /include/arl/lib/sv.h */ #include diff --git a/src/parser/ast.c b/src/parser/ast.c index 174f128..3b09034 100644 --- a/src/parser/ast.c +++ b/src/parser/ast.c @@ -2,7 +2,7 @@ * Created: 2026-01-22 * Author: Aryadev Chavali * License: See end of file - * Commentary: See ast.h. + * Commentary: See /include/arl/parser/ast.h. */ #include diff --git a/src/parser/parser.c b/src/parser/parser.c index 03e660f..8fb3f9b 100644 --- a/src/parser/parser.c +++ b/src/parser/parser.c @@ -2,7 +2,7 @@ * Created: 2026-01-22 * Author: Aryadev Chavali * License: See end of file - * Commentary: See parser.h + * Commentary: See /include/arl/parser/parser.h */ #include