From 27365e26a1fd818d719594b4bda636278c34fb84 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Tue, 11 Jan 2011 18:57:01 -0800 Subject: [PATCH] uuid: Correct name of header file in comment. --- lib/uuid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.43.0