diff options
author | 2021-03-04 15:43:18 +0000 | |
---|---|---|
committer | 2021-03-04 15:43:18 +0000 | |
commit | 3ba6e6d60e09098c5b4ed25a8d91508803705383 (patch) | |
tree | 5b9706ba58089ac70025afd253b637d48c6dc52a | |
parent | Update clock interrupt count atomically. (diff) | |
download | wireguard-openbsd-3ba6e6d60e09098c5b4ed25a8d91508803705383.tar.xz wireguard-openbsd-3ba6e6d60e09098c5b4ed25a8d91508803705383.zip |
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 |