diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 14:29:58 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-19 14:29:58 +0200 |
commit | f526739897e082b9abaef935a43f92f8b1ea425a (patch) | |
tree | b74651f33bab4c4c3a519776711f2176d6ddc6f5 /isisd | |
parent | doc: Fix spelling of choosen (diff) | |
download | frr-f526739897e082b9abaef935a43f92f8b1ea425a.tar.xz frr-f526739897e082b9abaef935a43f92f8b1ea425a.zip |
*: Fix spelling of accomodate
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'isisd')
-rw-r--r-- | isisd/isis_pdu.c | 2 | ||||
-rw-r--r-- | isisd/isis_pdu.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_pdu.c b/isisd/isis_pdu.c index 1a54d47f3..016efd5cd 100644 --- a/isisd/isis_pdu.c +++ b/isisd/isis_pdu.c @@ -2103,7 +2103,7 @@ void send_hello_sched(struct isis_circuit *circuit, int level, long delay) /* - * Count the maximum number of lsps that can be accomodated by a given size. + * Count the maximum number of lsps that can be accommodated by a given size. */ #define LSP_ENTRIES_LEN (10 + ISIS_SYS_ID_LEN) static uint16_t get_max_lsp_count(uint16_t size) diff --git a/isisd/isis_pdu.h b/isisd/isis_pdu.h index b2e43781f..b4018995d 100644 --- a/isisd/isis_pdu.h +++ b/isisd/isis_pdu.h @@ -142,7 +142,7 @@ struct isis_lsp_hdr { /* * Since the length field of LSP Entries TLV is one byte long, and each LSP * entry is LSP_ENTRIES_LEN (16) bytes long, the maximum number of LSP entries - * can be accomodated in a TLV is + * can be accommodated in a TLV is * 255 / 16 = 15. * * Therefore, the maximum length of the LSP Entries TLV is |