From 5798ed6d3e637ae17abf701086dcc75b4e641df1 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 26 Jun 2013 13:50:53 -0700 Subject: [PATCH] bfd: Fix typo in comment. Signed-off-by: Ben Pfaff --- lib/bfd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.43.0