diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 13:33:53 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 13:46:19 +0200 |
commit | 581776faa1bf87f676b3d71cf5437767782df82b (patch) | |
tree | 28035f02cf3563b77bdd20c2dd3f60c72751eb82 /pceplib | |
parent | *: Fix spelling of wether (diff) | |
download | frr-581776faa1bf87f676b3d71cf5437767782df82b.tar.xz frr-581776faa1bf87f676b3d71cf5437767782df82b.zip |
*: Fix spelling of ojbect
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'pceplib')
-rw-r--r-- | pceplib/pcep_msg_objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pceplib/pcep_msg_objects.h b/pceplib/pcep_msg_objects.h index 270db4aa8..6d7d3be7e 100644 --- a/pceplib/pcep_msg_objects.h +++ b/pceplib/pcep_msg_objects.h @@ -542,7 +542,7 @@ struct pcep_ro_subobj_asn { uint16_t asn; /* Autonomous system number */ }; -/* The SR ERO and SR RRO subojbects are the same, except +/* The SR ERO and SR RRO subobjects are the same, except * the SR-RRO does not have the L flag in the Type field. * Defined in draft-ietf-pce-segment-routing-16 */ enum pcep_sr_subobj_nai { |