From 9f68ff7e1d4cff6d439458711d943c0da129edee Mon Sep 17 00:00:00 2001 From: op Date: Tue, 3 Sep 2024 18:21:55 +0000 Subject: [PATCH] typo in comment; Effectivly -> Effectively; ok gilles@ --- lib/libc/net/res_random.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/net/res_random.c b/lib/libc/net/res_random.c index 3f642a138c5..447a2409bd2 100644 --- a/lib/libc/net/res_random.c +++ b/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. * -- 2.20.1