]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
error.h: fix typo in header file guard
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Wed, 18 Mar 2026 09:32:09 +0000 (15:02 +0530)
committerTom Hromatka (Oracle) <tom.hromatka@gmail.com>
Wed, 22 Apr 2026 21:09:28 +0000 (15:09 -0600)
Fix a typo '_LIBCGROUP_INIT_H' -> '_LIBCGROUP_ERROR_H' in the comment
descripting the end of header file guard.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka (Oracle) <tom.hromatka@gmail.com>
include/libcgroup/error.h

index 3520a0388311e0629a73c22444125354444d8074..6a1420dbec8d535f569f5749503ae8cdd9e589c4 100644 (file)
@@ -108,4 +108,4 @@ int cgroup_get_last_errno(void);
 } /* extern "C" */
 #endif
 
-#endif /* _LIBCGROUP_INIT_H */
+#endif /* _LIBCGROUP_ERROR_H */