ofproto/ofproto-dpif.c: Fix a typo in function header
authorAlex Wang <alexw@nicira.com>
Sun, 19 May 2013 04:33:25 +0000 (21:33 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 20 May 2013 18:09:53 +0000 (11:09 -0700)
commit213b00cfb6282bdbd6023b54a81865c79252a593
tree6c82f18634135018c5ff275d6ad9e273d571e881
parent19af927238fbeaa664c504dab565e9b8c85cb8b4
ofproto/ofproto-dpif.c: Fix a typo in function header

There is a typo in the "bundle_add_port()" function header.

This patch fixes it.

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c