aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--config.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index e504467..c1a9f55 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ DESCRIPTION
libblake implements the SHA-3 finalists BLAKE as well as
BLAKE2 and BLAKE2X.
-FEATURE DIRECTIONS
+FUTURE DIRECTIONS
libblake will implement BLAKE3 in the future.
SEE ALSO
diff --git a/config.mk b/config.mk
index 36843a0..7f476cc 100644
--- a/config.mk
+++ b/config.mk
@@ -9,7 +9,7 @@ LDFLAGS = -s
# These optimisations may not only break compatibility with
# processors that the software was not compiled on, but they
-# will infact also degrade performance. Therefore they are
-# only only used for specific translation units.
+# will in fact also degrade performance. Therefore they are
+# only used for specific translation units.
CFLAGS_MM128 = -msse4.1 -mavx2
CFLAGS_MM256 = -msse4.1 -mavx2