From f8cd50a42b8a816204a8955772d4493a0fb12686 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Fri, 10 Jun 2011 10:04:43 -0700 Subject: [PATCH] ofproto: Correct comment describing set_netflow(). --- ofproto/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofproto/private.h b/ofproto/private.h index 80c59e46..5b721694 100644 --- a/ofproto/private.h +++ b/ofproto/private.h @@ -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); -- 2.30.2