diff options
author | 2020-06-12 11:41:48 +0000 | |
---|---|---|
committer | 2020-06-12 11:41:48 +0000 | |
commit | feea8394a8d72cf0067df1088fb36d97e74683d3 (patch) | |
tree | a5fb4852442ec606fc40c9a2f370d42068b7d8e9 /sys/dev/pci/if_mcx.c | |
parent | document PEM_ASN1_read(3) and PEM_ASN1_read_bio(3); (diff) | |
download | wireguard-openbsd-feea8394a8d72cf0067df1088fb36d97e74683d3.tar.xz wireguard-openbsd-feea8394a8d72cf0067df1088fb36d97e74683d3.zip |
correct typo, this did not compile..
Diffstat (limited to 'sys/dev/pci/if_mcx.c')
-rw-r--r-- | sys/dev/pci/if_mcx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_mcx.c b/sys/dev/pci/if_mcx.c index dd24865f5bb..55937f094fe 100644 --- a/sys/dev/pci/if_mcx.c +++ b/sys/dev/pci/if_mcx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_mcx.c,v 1.51 2020/06/12 05:28:10 dlg Exp $ */ +/* $OpenBSD: if_mcx.c,v 1.52 2020/06/12 11:41:48 deraadt Exp $ */ /* * Copyright (c) 2017 David Gwynne <dlg@openbsd.org> @@ -5451,7 +5451,7 @@ mcx_dump_counters(struct mcx_softc *sc) if (mcx_cmdq_mboxes_alloc(sc, &mxm, 1, &cqe->cq_output_ptr, token) != 0) { printf(", unable to allocate " - query nic vport counters mailboxen\n"); + "query nic vport counters mailboxen\n"); return (-1); } cqe->cq_input_ptr = cqe->cq_output_ptr; |