diff options
author | June McEnroe <june@causal.agency> | 2023-10-11 19:17:00 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-10-11 19:20:41 -0400 |
commit | 7314efbbff8888e2e9b9676b5ef8343c0f64554d (patch) | |
tree | 8033458e5c2407a746a6bd97853db77143074044 /compat | |
parent | Merge LibreSSL 3.7.0 (diff) | |
parent | Import LibreSSL 3.7.1 (diff) | |
download | libretls-7314efbbff8888e2e9b9676b5ef8343c0f64554d.tar.gz libretls-7314efbbff8888e2e9b9676b5ef8343c0f64554d.zip |
Merge LibreSSL 3.7.1
Diffstat (limited to '')
-rw-r--r-- | compat/getentropy_aix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/getentropy_aix.c b/compat/getentropy_aix.c index 7fb857e..9d085cf 100644 --- a/compat/getentropy_aix.c +++ b/compat/getentropy_aix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getentropy_aix.c,v 1.8 2021/10/24 21:24:20 deraadt Exp $ */ +/* $OpenBSD: getentropy_aix.c,v 1.9 2022/12/26 07:18:50 jmc Exp $ */ /* * Copyright (c) 2015 Michael Felt <aixtools@gmail.com> @@ -21,7 +21,7 @@ * http://man.openbsd.org/getentropy.2 */ /* - * -lperfstat is needed for the psuedo entropy data + * -lperfstat is needed for the pseudo entropy data */ #include <sys/mman.h> |