From 22956af80b670ddfc7919dc08fd205e14cd32d49 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 30 Sep 2008 16:50:54 -0700 Subject: [PATCH] Fix typo in comment. --- include/openflow-netlink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openflow-netlink.h b/include/openflow-netlink.h index 3e580b15f..eb0f85818 100644 --- a/include/openflow-netlink.h +++ b/include/openflow-netlink.h @@ -62,4 +62,4 @@ enum dp_genl_command { DP_GENL_C_MAX = __DP_GENL_C_MAX - 1 }; -#endif /* openflow_netlink.h */ +#endif /* openflow-netlink.h */ -- 2.45.2