diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 07:33:53 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-02 07:46:19 -0400 |
| commit | 581776faa1bf87f676b3d71cf5437767782df82b (patch) | |
| tree | 28035f02cf3563b77bdd20c2dd3f60c72751eb82 /pceplib | |
| parent | f89c0aed6332dc63e31131225e6c79531166722f (diff) | |
*: 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 270db4aa8d..6d7d3be7e6 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 { |
