[PATCH v4 10/18] bbdev: fix typo in comment
    Stephen Hemminger 
    stephen at networkplumber.org
       
    Fri Nov 12 01:02:18 CET 2021
    
    
  
Yet another spelling error found by codespell.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
 lib/bbdev/rte_bbdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bbdev/rte_bbdev.c b/lib/bbdev/rte_bbdev.c
index b86c5fdcc0cb..7f353d4f7e7d 100644
--- a/lib/bbdev/rte_bbdev.c
+++ b/lib/bbdev/rte_bbdev.c
@@ -138,7 +138,7 @@ rte_bbdev_data_alloc(void)
 }
 
 /*
- * Find data alocated for the device or if not found return first unused bbdev
+ * Find data allocated for the device or if not found return first unused bbdev
  * data. If all structures are in use and none is used by the device return
  * NULL.
  */
-- 
2.30.2
    
    
More information about the dev
mailing list