diff --git a/doc/F-Stack_API_Reference.md b/doc/F-Stack_API_Reference.md index 2df28587..8cce0cb2 100644 --- a/doc/F-Stack_API_Reference.md +++ b/doc/F-Stack_API_Reference.md @@ -23,7 +23,7 @@ Initialize F-Stack,including DPDK/FreeBSD network stack, etc. #### ff_run void ff_run(loop_func_t loop, void *arg); -loop is a callbask function,the service logic is implemented by the user, and called by each poll of F-Stack . +loop is a callback function,the service logic is implemented by the user, and called by each poll of F-Stack . ### Control API