ovs-openflowd: Fix typo in comment describing dp_desc
authorJustin Pettit <jpettit@nicira.com>
Thu, 28 Jan 2010 23:07:18 +0000 (15:07 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sat, 20 Feb 2010 10:22:29 +0000 (02:22 -0800)
utilities/ovs-openflowd.c

index 011be37..0a65498 100644 (file)
@@ -71,7 +71,7 @@ struct ofsettings {
     const char *hw_desc;        /* Hardware. */
     const char *sw_desc;        /* Software version. */
     const char *serial_desc;    /* Serial number. */
-    const char *dp_desc;        /* Serial number. */
+    const char *dp_desc;        /* Datapath description. */
 
     /* Related vconns and network devices. */
     const char *controller_name; /* Controller (if not discovery mode). */