bfd: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Wed, 26 Jun 2013 20:50:53 +0000 (13:50 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 26 Jun 2013 22:54:19 +0000 (15:54 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/bfd.c

index 42d68ad..22c9cae 100644 (file)
--- 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) {