summaryrefslogtreecommitdiff
path: root/sha256.c
diff options
context:
space:
mode:
Diffstat (limited to 'sha256.c')
-rw-r--r--sha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha256.c b/sha256.c
index 5b77f9ce..276f1351 100644
--- a/sha256.c
+++ b/sha256.c
@@ -126,7 +126,7 @@ sha256_digest(struct sha256_ctx *ctx,
sha256_init(ctx);
}
-/* sha224 variant. FIXME: Move to seperate file? */
+/* sha224 variant. */
void
sha224_init(struct sha256_ctx *ctx)