From 4f90b612d01c0e6543bb4cfca2e2b79c84e03ab4 Mon Sep 17 00:00:00 2001 From: Robert Swiecki Date: Wed, 20 Jan 2016 18:00:13 +0100 Subject: [PATCH] correct guard macro comment --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.h b/util.h index de0f47b..7adf4e5 100644 --- a/util.h +++ b/util.h @@ -27,4 +27,4 @@ void *util_malloc(size_t sz); -#endif /* _NET_H */ +#endif /* _UTIL_H */