Correct the spelling of "reordering" which was incorrectly
written as "reodering" on lines 113 and 115.
Issues identified using `codespell -D - -S "*.bin,*.o,*.a,*.so,*.ko,*.gz,*.png,*.jpg" Documentation/`
Signed-off-by: Ayananta Paul <redacted>
---
Documentation/netlink/specs/tcp_metrics.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/netlink/specs/tcp_metrics.yaml b/Documentation/netlink/specs/tcp_metrics.yaml
index 13144aeed31a..dddf92bedc4d 100644
--- a/Documentation/netlink/specs/tcp_metrics.yaml
+++ b/Documentation/netlink/specs/tcp_metrics.yaml
@@ -110,9 +110,9 @@ attribute-sets:
type: u32
doc: Congestion Window.
-
- name: reodering
+ name: reordering
type: u32
- doc: Reodering metric.
+ doc: Reordering metric.
-
name: rtt-us
type: u32--
2.53.0