From: Ben Pfaff Date: Tue, 8 Jul 2008 18:06:19 +0000 (-0700) Subject: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70cb7e7e050d9514306e89b04bd1681b15a29bda;p=openvswitch Fix typo in comment. --- diff --git a/include/vlog.h b/include/vlog.h index 1988e5e8..d4661629 100644 --- a/include/vlog.h +++ b/include/vlog.h @@ -113,7 +113,7 @@ void vlog(enum vlog_module, enum vlog_level, const char *format, ...) /* Convenience macros. To use these, define THIS_MODULE as a macro that * expands to the module used by the current source file, e.g. * #include "vlog.h" - * #define THIS_MODULE VLM_NETLINK + * #define THIS_MODULE VLM_netlink * Guaranteed to preserve errno. */ #define VLOG_EMER(...) vlog(THIS_MODULE, VLL_EMER, __VA_ARGS__)