From: Jarno Rajahalme <jarno.rajaha...@nsn.com> Signed-off-by: Ben Pfaff <b...@nicira.com> Signed-off-by: Jarno Rajahalme <jarno.rajaha...@nsn.com> --- lib/ofp-errors.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/ofp-errors.c b/lib/ofp-errors.c index 9fd48fe..f2df8ae 100644 --- a/lib/ofp-errors.c +++ b/lib/ofp-errors.c @@ -295,7 +295,7 @@ ofperr_get_code(enum ofperr error, enum ofp_version version) return domain ? ofperr_get_pair__(error, domain)->code : -1; } -/* Tries to decodes 'oh', which should be an OpenFlow OFPT_ERROR message. +/* Tries to decode 'oh', which should be an OpenFlow OFPT_ERROR message. * Returns an OFPERR_* constant on success, 0 on failure. * * If 'payload' is nonnull, on success '*payload' is initialized to the -- 1.7.2.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev