summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcm-aes.c2
1 files changed, 1 insertions, 1 deletions
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.
*/