Skip to content

Commit

Permalink
[sonic-breakout_cfg.yang]: description spelling.
Browse files Browse the repository at this point in the history
Signed-off-by: Praveen Chaudhary <pchaudhary@linkedin.com>
  • Loading branch information
Praveen Chaudhary committed Aug 3, 2021
1 parent da7db2d commit b3b1ac1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sonic-yang-models/yang-models/sonic-breakout_cfg.yang
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module sonic-breakout_cfg {

key "port";


/*
* This is leaf instead of a leafref towards port, because this
* table will contains Parent ports and their current breakout-mode,
Expand All @@ -40,7 +41,7 @@ module sonic-breakout_cfg {
}

leaf brkout_mode {
descrption "break_mode for port, it is verifed using platform.json";
description "break_mode for port, it is verifed using platform.json";
type string {
length 1..64;
}
Expand Down

0 comments on commit b3b1ac1

Please sign in to comment.