From: Justin Pettit Date: Tue, 25 Sep 2012 23:42:45 +0000 (-0700) Subject: dpif: Fix minor typo in comment. X-Git-Tag: sliver-openvswitch-1.9.90-3~10^2~256 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3b68500bded66d46c58ccbe203dc2b08db370dd0;p=sliver-openvswitch.git dpif: Fix minor typo in comment. Signed-off-by: Justin Pettit --- diff --git a/lib/dpif.h b/lib/dpif.h index 45c78a550..d6d169480 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. */