From 7a7b64289cd96c5019168f7f0905f59e2d078b76 Mon Sep 17 00:00:00 2001 From: Jarno Rajahalme Date: Fri, 30 Nov 2012 14:32:51 -0800 Subject: [PATCH] ofp-errors: Fix typo in comment. Signed-off-by: Ben Pfaff Signed-off-by: Jarno Rajahalme --- lib/ofp-errors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ofp-errors.c b/lib/ofp-errors.c index 9fd48fe79..f2df8aec0 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 -- 2.43.0