From: Kamalesh Babulal Date: Wed, 18 Mar 2026 09:32:09 +0000 (+0530) Subject: error.h: fix typo in header file guard X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ee4d100cdc44e2342f6a080140657549377adfc;p=thirdparty%2Flibcgroup.git error.h: fix typo in header file guard Fix a typo '_LIBCGROUP_INIT_H' -> '_LIBCGROUP_ERROR_H' in the comment descripting the end of header file guard. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka (Oracle) --- diff --git a/include/libcgroup/error.h b/include/libcgroup/error.h index 3520a038..6a1420db 100644 --- a/include/libcgroup/error.h +++ b/include/libcgroup/error.h @@ -108,4 +108,4 @@ int cgroup_get_last_errno(void); } /* extern "C" */ #endif -#endif /* _LIBCGROUP_INIT_H */ +#endif /* _LIBCGROUP_ERROR_H */