From: Justin Pettit Date: Wed, 12 Jan 2011 02:57:01 +0000 (-0800) Subject: uuid: Correct name of header file in comment. X-Git-Tag: v1.1.0~506 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=27365e26a1fd818d719594b4bda636278c34fb84;p=sliver-openvswitch.git uuid: Correct name of header file in comment. --- diff --git a/lib/uuid.h b/lib/uuid.h index 815977995..e62e8fe76 100644 --- a/lib/uuid.h +++ b/lib/uuid.h @@ -79,4 +79,4 @@ int uuid_compare_3way(const struct uuid *, const struct uuid *); bool uuid_from_string(struct uuid *, const char *); bool uuid_from_string_prefix(struct uuid *, const char *); -#endif /* vswitchd/cfgdb.h */ +#endif /* uuid.h */