From: Jarno Rajahalme <jarno.rajahalme@nsn.com> Date: Thu, 28 Mar 2013 13:53:41 +0000 (+0200) Subject: openflow-1.3.h: Fix spelling error X-Git-Tag: sliver-openvswitch-1.10.90-1~10^2~22 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e5114ec15ac53f43aec7c6fedba9689fe51747ab;p=sliver-openvswitch.git openflow-1.3.h: Fix spelling error Fix spelling error in enum ofp13_action_type. Reported-by: Markus Linnakangas <markus.linnakangas@tieto.com> Signed-off-by: Jarno Rajahalme <jarno.rajahalme@nsn.com> Signed-off-by: Ben Pfaff <blp@nicira.com> --- diff --git a/include/openflow/openflow-1.3.h b/include/openflow/openflow-1.3.h index b7b877c6b..231bba980 100644 --- a/include/openflow/openflow-1.3.h +++ b/include/openflow/openflow-1.3.h @@ -105,7 +105,7 @@ OFP_ASSERT(sizeof(struct ofp13_instruction_meter) == 8); enum ofp13_action_type { OFPAT13_PUSH_PBB = 26, /* Push a new PBB service tag (I-TAG) */ - OFPAT13_PPO_PBB = 27 /* Pop the outer PBB service tag (I-TAG) */ + OFPAT13_POP_PBB = 27 /* Pop the outer PBB service tag (I-TAG) */ }; /* enum ofp_config_flags value OFPC_INVALID_TTL_TO_CONTROLLER