]> git.proxmox.com Git - ovs.git/commitdiff
ofproto: Correct comment describing set_netflow().
authorJustin Pettit <jpettit@nicira.com>
Fri, 10 Jun 2011 17:04:43 +0000 (10:04 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 10 Jun 2011 17:15:55 +0000 (10:15 -0700)
ofproto/private.h

index 80c59e466eb98fc0ee9f94938399edc3047272d5..5b721694c6aff65fc1e4dbcad8c2a938e719745c 100644 (file)
@@ -655,7 +655,7 @@ struct ofproto_class {
      * 'netflow_options', or turns off NetFlow if 'netflow_options' is NULL.
      *
      * EOPNOTSUPP as a return value indicates that 'ofproto' does not support
-     * sFlow, as does a null pointer. */
+     * NetFlow, as does a null pointer. */
     int (*set_netflow)(struct ofproto *ofproto,
                        const struct netflow_options *netflow_options);