From: Justin Pettit Date: Thu, 28 Jan 2010 23:07:18 +0000 (-0800) Subject: ovs-openflowd: Fix typo in comment describing dp_desc X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce640333ea5ad7178a45b1d242af7cad9ca99976;p=openvswitch ovs-openflowd: Fix typo in comment describing dp_desc --- diff --git a/utilities/ovs-openflowd.c b/utilities/ovs-openflowd.c index 011be379..0a654981 100644 --- a/utilities/ovs-openflowd.c +++ b/utilities/ovs-openflowd.c @@ -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). */