From ed10355fd8e4648cbd935b477306985691999807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Tue, 25 Jun 2013 17:05:05 +0200 Subject: [PATCH] Minor typo fix in comment. --- gcm-aes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcm-aes.c b/gcm-aes.c index 7873fbb1..db4e968b 100644 --- a/gcm-aes.c +++ b/gcm-aes.c @@ -1,4 +1,4 @@ -/* gcm_aes.c +/* gcm-aes.c * * Galois counter mode using AES as the underlying cipher. */ -- GitLab