Improve readability and correct minor grammar issues in the ethdev
documentation. Changes include:

- Correct subject-verb agreement and article usage
- Improve sentence structure for better clarity
- Standardize terminology usage throughout
- Remove redundant phrases
- Correct punctuation in lists

Signed-off-by: Stephen Hemminger <[email protected]>
---
 doc/guides/prog_guide/ethdev/ethdev.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guides/prog_guide/ethdev/ethdev.rst 
b/doc/guides/prog_guide/ethdev/ethdev.rst
index ffe3fb1416..7afcf0956d 100644
--- a/doc/guides/prog_guide/ethdev/ethdev.rst
+++ b/doc/guides/prog_guide/ethdev/ethdev.rst
@@ -7,7 +7,7 @@ Poll Mode Driver
 The Data Plane Development Kit (DPDK) supports a wide range of Ethernet speeds,
 from 10 Megabits to 400 Gigabits, depending on hardware capability.
 
-DPDK's Poll Mode Drivers (PMDs) are high-performance, optimized drivers for 
various
+DPDK Poll Mode Drivers (PMDs) are high-performance, optimized drivers for 
various
 network interface cards that bypass the traditional kernel network stack to 
reduce
 latency and improve throughput. They access Rx and Tx descriptors directly in 
a polling
 mode without relying on interrupts (except for Link Status Change 
notifications), enabling
-- 
2.51.0

Reply via email to