From 6278354cb82f8b2dfc5790643bc8862f96ed5591 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 21 May 2009 12:49:04 -0700 Subject: [PATCH] cfg: Fix typo in comment. --- lib/cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cfg.h b/lib/cfg.h index ebd93784..e46f6d2d 100644 --- a/lib/cfg.h +++ b/lib/cfg.h @@ -95,4 +95,4 @@ void cfg_get_all_strings(struct svec *, const char *key, ...) PRINTF_FORMAT(2, 3); void cfg_get_all_keys(struct svec *, const char *key, ...) PRINTF_FORMAT(2, 3); -#endif /* vswitchd/conf.h */ +#endif /* vswitchd/cfg.h */ -- 2.30.2