From: op Date: Tue, 3 Sep 2024 18:21:55 +0000 (+0000) Subject: typo in comment; Effectivly -> Effectively; ok gilles@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9f68ff7e1d4cff6d439458711d943c0da129edee;p=openbsd typo in comment; Effectivly -> Effectively; ok gilles@ --- 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. *