]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/sample_app_ug/keep_alive.rst
fix typos
[dpdk.git] / doc / guides / sample_app_ug / keep_alive.rst
index 9b8be4890a87b6436a1da06b44c945716d09acf4..38856d2c6e03208005d263c429feecb97b566fa9 100644 (file)
@@ -148,7 +148,7 @@ is configured to run every check_period milliseconds.
         rte_exit(EXIT_FAILURE, "Keepalive setup failure.\n");
 
 The rest of the initialization and run-time path follows
-the same paths as the the L2 forwarding application. The only
+the same paths as the L2 forwarding application. The only
 addition to the main processing loop is the mark alive
 functionality and the example random failures.