aboutsummaryrefslogtreecommitdiffstats
path: root/librecrypt_test_supported.c
diff options
context:
space:
mode:
Diffstat (limited to 'librecrypt_test_supported.c')
-rw-r--r--librecrypt_test_supported.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/librecrypt_test_supported.c b/librecrypt_test_supported.c
index 520ab68..db9f302 100644
--- a/librecrypt_test_supported.c
+++ b/librecrypt_test_supported.c
@@ -9,7 +9,7 @@ librecrypt_test_supported(const char *phrase, size_t len, int text, const char *
const struct algorithm *algo;
size_t n;
- /* For each chained algorithm*/
+ /* For each chained algorithm */
for (;;) {
/* Measure until next '>' */
for (n = 0u; settings[n]; n++)