From 77e634ec2d6897020ec5ef53553d44c3b10eef03 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sun, 6 Oct 2024 19:30:19 +0100 Subject: [PATCH] Fix comment --- src/core/cpath/cpath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/cpath/cpath.h b/src/core/cpath/cpath.h index 64243b2..13d565c 100644 --- a/src/core/cpath/cpath.h +++ b/src/core/cpath/cpath.h @@ -29,4 +29,4 @@ void dirup(char *dst, u64 levels, const char *path); END_C_LINKAGE #endif // __cplusplus -#endif // !PATH_UTILS_H +#endif // !CPATH_H