Commit ce8b6ede authored by antirez's avatar antirez
Browse files

Fix typo in design comment of bio.c.

parent 68c0e6e3
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* *
* The design is trivial, we have a structure representing a job to perform * The design is trivial, we have a structure representing a job to perform
* and a different thread and job queue for every job type. * and a different thread and job queue for every job type.
* Every thread wait for new jobs in its queue, and process every job * Every thread waits for new jobs in its queue, and process every job
* sequentially. * sequentially.
* *
* Jobs of the same type are guaranteed to be processed from the least * Jobs of the same type are guaranteed to be processed from the least
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment