mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-11 22:52:47 +01:00
remove doubled words in a comment
This commit is contained in:
parent
37df3d5f59
commit
6e3882785a
@ -1,5 +1,5 @@
|
|||||||
/* gettime.h - Wrapper for time functions
|
/* 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.
|
* This file is part of GnuPG.
|
||||||
*
|
*
|
||||||
@ -24,8 +24,8 @@
|
|||||||
#include <gpg-error.h> /* We need gpg_error_t. */
|
#include <gpg-error.h> /* We need gpg_error_t. */
|
||||||
|
|
||||||
|
|
||||||
/* A type to hold the ISO time. Note that this this is the same as
|
/* A type to hold the ISO time. Note that this is the same as
|
||||||
the the KSBA type ksba_isotime_t. */
|
the KSBA type ksba_isotime_t. */
|
||||||
typedef char gnupg_isotime_t[16];
|
typedef char gnupg_isotime_t[16];
|
||||||
|
|
||||||
time_t gnupg_get_time (void);
|
time_t gnupg_get_time (void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user