
jim at meyering
Apr 25, 2012, 8:40 AM
Post #1 of 1
(110 views)
Permalink
|
|
[PATCH 1] remove doubled words in a comment
|
|
--- common/gettime.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/gettime.h b/common/gettime.h index 4199369..bc914ad 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); -- 1.7.10.335.g879d8 _______________________________________________ Gnupg-devel mailing list Gnupg-devel [at] gnupg http://lists.gnupg.org/mailman/listinfo/gnupg-devel
|