[ovs-dev] [Single DP 01/15] dpif: Fix minor typo in comment.

Justin Pettit jpettit at nicira.com
Thu Oct 18 19:51:46 UTC 2012


Signed-off-by: Justin Pettit <jpettit at nicira.com>
---
 lib/dpif.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/dpif.h b/lib/dpif.h
index 45c78a5..d6d1694 100644
--- 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 *);
 
-/* Statisticss 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. */
-- 
1.7.5.4




More information about the dev mailing list