diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2022-04-02 19:08:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-02 19:08:30 -0500 |
| commit | a46dd803b6e23245ceaa0c380c2056ab0c66510f (patch) | |
| tree | 087ed1951a7f4d6735963daf3b4591caab2a644a /pathd/path_pcep_controller.h | |
| parent | 9a33889d89aef9493949e4fe9d3718fb4efd9b0c (diff) | |
| parent | 94202742fb6525234779c4a01d55b1ca14b28700 (diff) | |
Merge pull request #10954 from donaldsharp/speell
Speell
Diffstat (limited to 'pathd/path_pcep_controller.h')
| -rw-r--r-- | pathd/path_pcep_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pathd/path_pcep_controller.h b/pathd/path_pcep_controller.h index de113feee9..bc7ed4910a 100644 --- a/pathd/path_pcep_controller.h +++ b/pathd/path_pcep_controller.h @@ -132,7 +132,7 @@ struct pcep_pcc_info *pcep_ctrl_get_pcc_info(struct frr_pthread *fpt, /* Asynchronously send a report. The caller is giving away the path structure, * it shouldn't be allocated on the stack. If `pcc_id` is `0` the report is - * sent by all PCCs. The parameter is_stable is used to hint wether the status + * sent by all PCCs. The parameter is_stable is used to hint whether the status * will soon change, this is used to ensure all report updates are sent even * when missing status update events */ int pcep_ctrl_send_report(struct frr_pthread *fpt, int pcc_id, |
