Fix typos in comments.
[openvswitch] / lib / learning-switch.c
index 9ed725a7a45dc425fdb4504b47e06c8fb98c25a6..63edc0fb8c1bacefe859253d4d399cef0b1d3377 100644 (file)
@@ -40,7 +40,7 @@
 #include "vconn.h"
 #include "vlog.h"
 
-VLOG_DEFINE_THIS_MODULE(learning_switch)
+VLOG_DEFINE_THIS_MODULE(learning_switch);
 
 struct lswitch_port {
     struct hmap_node hmap_node; /* Hash node for port number. */