diff options
Diffstat (limited to 'g10/revoke.c')
-rw-r--r-- | g10/revoke.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/revoke.c b/g10/revoke.c index 86d465cc0..c98bcc336 100644 --- a/g10/revoke.c +++ b/g10/revoke.c @@ -89,7 +89,7 @@ gen_revoke( const char *uname ) goto leave; } - /* FIXME: should make a function out of this stuff, + /* fixme: should make a function out of this stuff, * it's used all over the source */ skc = node->pkt->pkt.secret_cert; keyid_from_skc( skc, skc_keyid ); |