From: Ben Pfaff Date: Wed, 26 Jun 2013 20:50:53 +0000 (-0700) Subject: bfd: Fix typo in comment. X-Git-Tag: sliver-openvswitch-1.10.90-3~6^2~42 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=5798ed6d3e637ae17abf701086dcc75b4e641df1 bfd: Fix typo in comment. Signed-off-by: Ben Pfaff --- diff --git a/lib/bfd.c b/lib/bfd.c index 42d68ad2b..22c9caee3 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) {