Feature/spelling (#495)
* spelling fixes (comments only) * spelling fixes (comments only)
This commit is contained in:
parent
0a5a40de5b
commit
21174cddc3
@ -12,7 +12,7 @@
|
||||
########################################################################
|
||||
# Tries to find the local libsodium installation.
|
||||
#
|
||||
# On Windows the sodium_DIR enviroment variable is used as a default
|
||||
# On Windows the sodium_DIR environment variable is used as a default
|
||||
# hint which can be overridden by setting the corresponding cmake variable.
|
||||
#
|
||||
# Once done the following variables will be defined:
|
||||
|
@ -53,7 +53,7 @@ fi[]dnl
|
||||
# to PKG_CHECK_MODULES(), but does not set variables or print errors.
|
||||
#
|
||||
# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
|
||||
# only at the first occurence in configure.ac, so if the first place
|
||||
# only at the first occurrence in configure.ac, so if the first place
|
||||
# it's called might be skipped (such as if it is within an "if", you
|
||||
# have to call PKG_CHECK_EXISTS manually
|
||||
# --------------------------------------------------------------
|
||||
|
@ -564,7 +564,7 @@ crypto_aead_aes256gcm_encrypt_detached_afternm(unsigned char *c,
|
||||
} \
|
||||
} while(0)
|
||||
|
||||
/* remainder loop, with the slower GCM update to accomodate partial blocks */
|
||||
/* remainder loop, with the slower GCM update to accommodate partial blocks */
|
||||
#define LOOPRMD128 \
|
||||
do { \
|
||||
const int iter = 8; \
|
||||
|
Loading…
Reference in New Issue
Block a user