From: rob Date: Sun, 6 Feb 2022 17:24:58 +0000 (+0000) Subject: s/poll/pool X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9e63e9d95ad0ffa9c77d4d5099b7145ed11dc47b;p=openbsd s/poll/pool --- diff --git a/sys/dev/rnd.c b/sys/dev/rnd.c index 0f804e87822..1409df26c44 100644 --- a/sys/dev/rnd.c +++ b/sys/dev/rnd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rnd.c,v 1.222 2021/03/06 09:20:49 jsg Exp $ */ +/* $OpenBSD: rnd.c,v 1.223 2022/02/06 17:24:58 rob Exp $ */ /* * Copyright (c) 2011,2020 Theo de Raadt. @@ -238,7 +238,7 @@ add_entropy_words(const u_int32_t *buf, u_int n) } /* - * Pulls entropy out of the queue and merges it into the poll with the + * Pulls entropy out of the queue and merges it into the pool with the * CRC. This takes a mix of fresh entries from the producer end of the * queue and entries from the consumer end of the queue which are * likely to have collected more damage.