projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da157f1
)
ofproto-dpif: Fix typo in comment.
author
Ben Pfaff
<blp@nicira.com>
Thu, 16 Aug 2012 16:31:23 +0000
(09:31 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 16 Aug 2012 16:47:08 +0000
(09:47 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c
patch
|
blob
|
history
diff --git
a/ofproto/ofproto-dpif.c
b/ofproto/ofproto-dpif.c
index 773780042876ec099d568032527754593e2deda8..a7e85dea86c98cb35c59bd0c08ac4e1eab65cccc 100644
(file)
--- a/
ofproto/ofproto-dpif.c
+++ b/
ofproto/ofproto-dpif.c
@@
-2583,7
+2583,7
@@
port_get_stats(const struct ofport *ofport_, struct netdev_stats *stats)
/* ofproto->stats.rx_packets represents packets that were received on
* some port and we processed internally and dropped (e.g. STP).
- * Account f
ro
them as if they had been forwarded to OFPP_LOCAL. */
+ * Account f
or
them as if they had been forwarded to OFPP_LOCAL. */
if (stats->tx_packets != UINT64_MAX) {
stats->tx_packets += ofproto->stats.rx_packets;