From 880cf7307c207e7783d26d07f87f8a5c5994ca42 Mon Sep 17 00:00:00 2001 From: JP Meijers Date: Wed, 19 Mar 2025 11:21:09 +0200 Subject: [PATCH 1/2] Fix typo in comment --- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.c b/util.c index 34c04d6b..e5813928 100644 --- a/util.c +++ b/util.c @@ -240,7 +240,7 @@ clockid_t posix_clock_open(const char *device, int *phc_index) return CLOCK_REALTIME; } - /* if the device name resolves so a plausible filesystem path, we + /* if the device name resolves to a plausible filesystem path, we * assume it is the path to a PHC char device, and treat it as such */ if (realpath(device, phc_device_path)) { From 512f55a91b65803b3869831e1479e66fe2bab793 Mon Sep 17 00:00:00 2001 From: JP Meijers Date: Mon, 24 Mar 2025 11:01:20 +0200 Subject: [PATCH 2/2] Fix comment typo in sa.cfg --- configs/sa.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/sa.cfg b/configs/sa.cfg index 04fa653f..a1e58f37 100644 --- a/configs/sa.cfg +++ b/configs/sa.cfg @@ -24,7 +24,7 @@ allow_mutable 1 # as a hexadecimal number with the "HEX:" prefix or as a # Base64 encoded string with the "B64:" prefix. If no # prefix is included, ASCII is assumed. Key values should -# be randomally generated if possible. Ciphers (AES) +# be randomly generated if possible. Ciphers (AES) # require the key length to match the cipher length # (ie AES-128 requires key of 128 bits or 16 bytes). #