From: Niels Möller Date: Tue, 25 Jun 2013 15:05:05 +0000 (+0200) Subject: Minor typo fix in comment. X-Git-Tag: nettle_3.0_release_20140607~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed10355fd8e4648cbd935b477306985691999807;p=thirdparty%2Fnettle.git Minor typo fix in comment. --- 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. */