diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-11-01 13:00:58 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2020-05-06 15:13:09 +0000 |
commit | b5a575b0924036378b6deb50ac8fe7de3380e18d (patch) | |
tree | fae50e4af5256fe24838f7e85d1d6c17bcdc80d4 /src/vnet/dpo/dpo.h | |
parent | aad5e0c16fb4d91f6d896f8035d6acb9bcd0fec6 (diff) |
docs: clean up make docs job
Type: docs
Change-Id: I9b5e5137eb4c1e89f6e8d7a278cd11a0fd496471
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vnet/dpo/dpo.h')
-rw-r--r-- | src/vnet/dpo/dpo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/dpo/dpo.h b/src/vnet/dpo/dpo.h index 19b47f268b0..d3c2371c6dd 100644 --- a/src/vnet/dpo/dpo.h +++ b/src/vnet/dpo/dpo.h @@ -284,12 +284,12 @@ extern void dpo_copy(dpo_id_t *dst, extern int dpo_is_adj(const dpo_id_t *dpo); /** - * @biref Format a DPO_id_t oject + * @brief Format a DPO_id_t oject */ extern u8 *format_dpo_id(u8 * s, va_list * args); /** - * @biref format a DPO type + * @brief format a DPO type */ extern u8 *format_dpo_type(u8 * s, va_list * args); |