From: Justin Pettit Date: Tue, 25 Sep 2012 23:42:45 +0000 (-0700) Subject: dpif: Fix minor typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b68500bded66d46c58ccbe203dc2b08db370dd0;p=openvswitch dpif: Fix minor typo in comment. Signed-off-by: Justin Pettit --- diff --git a/lib/dpif.h b/lib/dpif.h index 45c78a55..d6d16948 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. */