commit 846f79fb128d87d3ed1ab0ce609901546f330a85
parent 20da0e699c11d06fc0c3f38fa4a07052763e8f91
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 25 Feb 2022 10:08:19 +0100
Fix a typo in a comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/ssp_rng_proxy.c b/src/ssp_rng_proxy.c
@@ -216,7 +216,7 @@ rng_state_cache_read(struct rng_state_cache* cache, struct ssp_rng* rng)
if(!cache->no_rstream
&& cache->read == cache->write
&& cache->nstates == 1/* A state is saved in 'cache->state' */) {
- /* There is not more data cached into the stream. Close the stream and do
+ /* There is no more data cached into the stream. Close the stream and do
* not rely anymore on the proxy RNG to generate the RNG states */
fclose(cache->stream);
cache->stream = NULL;