From: Ben Pfaff Date: Thu, 21 May 2009 19:49:04 +0000 (-0700) Subject: cfg: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6278354cb82f8b2dfc5790643bc8862f96ed5591;p=openvswitch cfg: Fix typo in comment. --- 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 */