Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/sa.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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).
#
Expand Down
2 changes: 1 addition & 1 deletion util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down