Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Tue, 8 Jul 2008 18:06:19 +0000 (11:06 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 9 Jul 2008 01:48:29 +0000 (18:48 -0700)
include/vlog.h

index 1988e5e8e3d0276cba8ab2eaf70b85e9ae966f91..d4661629f506a73fd9da4dc23434a090d5a76658 100644 (file)
@@ -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__)