From 7d52e6967a0736cd94a213445798c1dea1792e84 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 13 Oct 2022 08:38:53 +0000 Subject: [PATCH] Make comment match the code. Since rnd.c r1.127, there is only one stirring polynomial. --- sys/dev/rnd.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/dev/rnd.c b/sys/dev/rnd.c index 1409df26c44..f4d403984cf 100644 --- a/sys/dev/rnd.c +++ b/sys/dev/rnd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rnd.c,v 1.223 2022/02/06 17:24:58 rob Exp $ */ +/* $OpenBSD: rnd.c,v 1.224 2022/10/13 08:38:53 tb Exp $ */ /* * Copyright (c) 2011,2020 Theo de Raadt. @@ -94,8 +94,7 @@ */ /* - * Stirring polynomials over GF(2) for various pool sizes. Used in - * add_entropy_words() below. + * Stirring polynomial over GF(2). Used in add_entropy_words() below. * * The polynomial terms are chosen to be evenly spaced (minimum RMS * distance from evenly spaced; except for the last tap, which is 1 to -- 2.20.1