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

Ben Pfaff blp at nicira.com
Wed Jun 26 22:54:44 UTC 2013


Thanks, applied to master.

On Wed, Jun 26, 2013 at 02:26:58PM -0700, Justin Pettit wrote:
> Acked-by: Justin Pettit <jpettit at nicira.com>
> 
> 
> On Jun 26, 2013, at 1:51 PM, Ben Pfaff <blp at nicira.com> wrote:
> 
> > Signed-off-by: Ben Pfaff <blp at nicira.com>
> > ---
> > lib/bfd.c |    2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/lib/bfd.c b/lib/bfd.c
> > index 42d68ad..22c9cae 100644
> > --- a/lib/bfd.c
> > +++ b/lib/bfd.c
> > @@ -782,7 +782,7 @@ generate_discriminator(void)
> >     while (!disc) {
> >         struct bfd *bfd;
> > 
> > -        /* 'disc' is by defnition random, so there's no reason to waste time
> > +        /* 'disc' is by definition random, so there's no reason to waste time
> >          * hashing it. */
> >         disc = random_uint32();
> >         HMAP_FOR_EACH_IN_BUCKET (bfd, node, disc, &all_bfds) {
> > -- 
> > 1.7.2.5
> > 
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
> 



More information about the dev mailing list