projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35651d6
)
dpif: Fix minor typo in comment.
author
Justin Pettit
<jpettit@nicira.com>
Tue, 25 Sep 2012 23:42:45 +0000
(16:42 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Fri, 2 Nov 2012 05:54:27 +0000
(22:54 -0700)
Signed-off-by: Justin Pettit <jpettit@nicira.com>
lib/dpif.h
patch
|
blob
|
history
diff --git
a/lib/dpif.h
b/lib/dpif.h
index 45c78a55071ce32525f3c884ce2c7a5e50a5ea5b..d6d169480a6b946cf2b19f00e0cd647caa93982b 100644
(file)
--- a/
lib/dpif.h
+++ b/
lib/dpif.h
@@
-60,7
+60,7
@@
const char *dpif_base_name(const struct dpif *);
int dpif_delete(struct dpif *);
-/* Statistics
s
for a dpif as a whole. */
+/* Statistics for a dpif as a whole. */
struct dpif_dp_stats {
uint64_t n_hit; /* Number of flow table matches. */
uint64_t n_missed; /* Number of flow table misses. */