diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-03-04 15:43:19 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-03-04 15:43:19 +0000 |
commit | d071fb9bda0a233e99abdd19ceb686c32ce48fd8 (patch) | |
tree | 35e9c92571ed0e791782361b0984078d5b656d11 | |
parent | 8c3d2e6947f37024afe49ddd4b671287f6ef41f6 (diff) |
typo in comment
-rw-r--r-- | usr.sbin/rpki-client/gbr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/gbr.c b/usr.sbin/rpki-client/gbr.c index 0d5e304b764..bd753bd7969 100644 --- a/usr.sbin/rpki-client/gbr.c +++ b/usr.sbin/rpki-client/gbr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gbr.c,v 1.5 2021/02/16 07:58:30 job Exp $ */ +/* $OpenBSD: gbr.c,v 1.6 2021/03/04 15:43:18 tb Exp $ */ /* * Copyright (c) 2020 Claudio Jeker <claudio@openbsd.org> * @@ -75,7 +75,7 @@ gbr_parse(X509 **x509, const char *fn) } /* - * Free an GBR pointer. + * Free a GBR pointer. * Safe to call with NULL. */ void |