From 899beb126a718caf4693f0bd0bd02572643faa3a Mon Sep 17 00:00:00 2001 From: op <> Date: Tue, 3 Sep 2024 18:21:55 +0000 Subject: typo in comment; Effectivly -> Effectively; ok gilles@ --- src/lib/libc/net/res_random.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libc/net/res_random.c b/src/lib/libc/net/res_random.c index 3f642a138c..447a2409bd 100644 --- a/src/lib/libc/net/res_random.c +++ b/src/lib/libc/net/res_random.c @@ -1,4 +1,4 @@ -/* $OpenBSD: res_random.c,v 1.26 2022/12/27 17:10:06 jmc Exp $ */ +/* $OpenBSD: res_random.c,v 1.27 2024/09/03 18:21:55 op Exp $ */ /* * Copyright 1997 Niels Provos @@ -51,7 +51,7 @@ * The transaction id is determined by: * id[n] = seed xor (g^X[n] mod n) * - * Effectivly the id is restricted to the lower 15 bits, thus + * Effectively the id is restricted to the lower 15 bits, thus * yielding two different cycles by toggling the msb on and off. * This avoids reuse issues caused by reseeding. * -- cgit v1.2.3-55-g6feb