summaryrefslogtreecommitdiffstats
path: root/common/gettime.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2012-04-25 17:40:48 +0200
committerWerner Koch <wk@gnupg.org>2012-04-26 09:52:25 +0200
commit6e3882785a629b361c57c8b9d5cad51fb234ac23 (patch)
tree53fa05f8d867daace464041e501c87bc3c4cdc1b /common/gettime.h
parentChange license for some files in common to LGPLv3+/GPLv2+. (diff)
downloadgnupg2-6e3882785a629b361c57c8b9d5cad51fb234ac23.tar.xz
gnupg2-6e3882785a629b361c57c8b9d5cad51fb234ac23.zip
remove doubled words in a comment
Diffstat (limited to '')
-rw-r--r--common/gettime.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/gettime.h b/common/gettime.h
index 4199369e4..bc914ad7f 100644
--- a/common/gettime.h
+++ b/common/gettime.h
@@ -1,5 +1,5 @@
/* gettime.h - Wrapper for time functions
- * Copyright (C) 2010 Free Software Foundation, Inc.
+ * Copyright (C) 2010, 2012 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
@@ -24,8 +24,8 @@
#include <gpg-error.h> /* We need gpg_error_t. */
-/* A type to hold the ISO time. Note that this this is the same as
- the the KSBA type ksba_isotime_t. */
+/* A type to hold the ISO time. Note that this is the same as
+ the KSBA type ksba_isotime_t. */
typedef char gnupg_isotime_t[16];
time_t gnupg_get_time (void);