From: Robert Swiecki Date: Wed, 20 Jan 2016 17:00:13 +0000 (+0100) Subject: correct guard macro comment X-Git-Tag: 1.1~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f90b612d01c0e6543bb4cfca2e2b79c84e03ab4;p=platform%2Fupstream%2Fnsjail.git correct guard macro comment --- 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 */