[PATCH] tc: fix typo probabilty in tc.yaml doc

Abhinav Saxena posted 1 patch 2 weeks, 1 day ago
Documentation/netlink/specs/tc.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] tc: fix typo probabilty in tc.yaml doc
Posted by Abhinav Saxena 2 weeks, 1 day ago
Fix spelling of "probability" in tc.yaml documentation. This corrects
the max-P field description in struct tc_sfq_qopt_v1.

Signed-off-by: Abhinav Saxena <xandfury@gmail.com>
---
 Documentation/netlink/specs/tc.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/netlink/specs/tc.yaml b/Documentation/netlink/specs/tc.yaml
index b02d59a0349c..aacccea5dfe4 100644
--- a/Documentation/netlink/specs/tc.yaml
+++ b/Documentation/netlink/specs/tc.yaml
@@ -622,7 +622,7 @@ definitions:
       -
         name: max-P
         type: u32
-        doc: probabilty, high resolution
+        doc: probability, high resolution
       -
         name: stats
         type: binary
-- 
2.34.1