Update F-Stack_API_Reference.md

Typo error 'callbask' -> 'callback'
dev
Hongji 2019-05-29 00:21:17 -07:00 committed by GitHub
parent 8f7848f334
commit 1cea8076c6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Initialize F-Stackincluding DPDK/FreeBSD network stack, etc.
#### ff_run
void ff_run(loop_func_t loop, void *arg);
loop is a callbask functionthe service logic is implemented by the user, and called by each poll of F-Stack .
loop is a callback functionthe service logic is implemented by the user, and called by each poll of F-Stack .
### Control API