]> xenbits.xensource.com Git - unikraft/unikraft.git/commitdiff
lib/uksched: fix docs
authorNour-eddine Taleb <contact@noureddine.xyz>
Sat, 25 Mar 2023 19:56:47 +0000 (19:56 +0000)
committerUnikraft <monkey@unikraft.io>
Sat, 6 May 2023 07:54:17 +0000 (07:54 +0000)
Signed-off-by: Nour-eddine Taleb <contact@noureddine.xyz>
Reviewed-by: Adina Smeu <adina.smeu@gmail.com>
Approved-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #809

lib/uksched/include/uk/thread.h

index 6579a4a4c5b1242790c2a1fad44599666e562162..b73b2a4838e0141124404b900813a0a5d8fbb97e 100644 (file)
@@ -113,7 +113,7 @@ struct uk_thread *uk_thread_current(void)
  *           |     v    v       |
  *           |    BLOCKED [--]  |
  *           |  /  |            |
- *            \|   | block()    | wake()
+ *            \|   | wake()     | block()
  *             \   |            |
  *             |\  |            |
  *             | v v            |