diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-02-22 21:00:27 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-02-22 21:00:27 +0000 |
commit | 3611a89fb94e026865eab5bca74ec100965e5ce4 (patch) | |
tree | 1bfdc0a4724f9d72a8d33ecddab87d16903c4662 /usr.sbin/rpki-client | |
parent | 3069fcc82a7d91169d59ebb4086ff8fdd2d55551 (diff) |
Fix copy-paste error in comment
Diffstat (limited to 'usr.sbin/rpki-client')
-rw-r--r-- | usr.sbin/rpki-client/extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/extern.h b/usr.sbin/rpki-client/extern.h index 0aedd75aba1..ebaede115d3 100644 --- a/usr.sbin/rpki-client/extern.h +++ b/usr.sbin/rpki-client/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.208 2024/02/22 12:49:42 job Exp $ */ +/* $OpenBSD: extern.h,v 1.209 2024/02/22 21:00:26 tb Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -612,7 +612,7 @@ struct repotalstats { uint32_t vrps_uniqs; /* number of unique vrps */ uint32_t spls; /* signed prefix list */ uint32_t spls_fail; /* failing syntactic parse */ - uint32_t spls_invalid; /* invalid asid */ + uint32_t spls_invalid; /* invalid spls */ uint32_t vsps; /* total number of Validated SPL Payloads */ uint32_t vsps_uniqs; /* number of unique vsps */ }; |