summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2011-01-11 18:57:01 -0800
committerJustin Pettit <jpettit@nicira.com>2011-01-11 18:57:01 -0800
commit27365e26a1fd818d719594b4bda636278c34fb84 (patch)
treedb700ffc0b8605ab99fd544d1fb4bd63b8dbb7ee
parentaa98d0cd418315a9965b7234c9e16013ba8c2616 (diff)
downloadopenvswitch-27365e26a1fd818d719594b4bda636278c34fb84.tar.gz
uuid: Correct name of header file in comment.
-rw-r--r--lib/uuid.h2
1 files changed, 1 insertions, 1 deletions
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 */