From: Justin Pettit <jpettit@nicira.com>
Date: Wed, 12 Jan 2011 02:57:01 +0000 (-0800)
Subject: uuid: Correct name of header file in comment.
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27365e26a1fd818d719594b4bda636278c34fb84;p=openvswitch

uuid: Correct name of header file in comment.
---

diff --git a/lib/uuid.h b/lib/uuid.h
index 81597799..e62e8fe7 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 */