Re: [ovs-dev] [PATCH] hmap: Fix typo in comment.

2015-07-12 Thread Ben Pfaff
On Sun, Jul 12, 2015 at 09:25:14PM -0700, Justin Pettit wrote: > > > On Jul 12, 2015, at 9:04 PM, Ben Pfaff wrote: > > > > * This function is appropriate when 'hmap' will soon have about as many > > * elements as it before. If 'hmap' will likely have fewer elements than > > I think there's a

Re: [ovs-dev] [PATCH] hmap: Fix typo in comment.

2015-07-12 Thread Justin Pettit
> On Jul 12, 2015, at 9:04 PM, Ben Pfaff wrote: > > * This function is appropriate when 'hmap' will soon have about as many > * elements as it before. If 'hmap' will likely have fewer elements than I think there's a "did" missing before "before". > - * before, use hmap_destroy() followed b

[ovs-dev] [PATCH] hmap: Fix typo in comment.

2015-07-12 Thread Ben Pfaff
This particular typo dates to 2010! Signed-off-by: Ben Pfaff --- lib/hmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hmap.c b/lib/hmap.c index 938dbc2..590b3d7 100644 --- a/lib/hmap.c +++ b/lib/hmap.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2012