Skip to content

Commit

Permalink
doc: fix misspelling in userspace doc
Browse files Browse the repository at this point in the history
fix misspelling

Signed-off-by: David B. Kinder <[email protected]>
  • Loading branch information
dbkinder authored and ioannisg committed Nov 12, 2019
1 parent 0297756 commit c68ae69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/userspace/prod_consumer/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The control loop is as follows:
- Application B processing thread waits on new items in the queue. It
then processes the data in-place, and after it's finished it places
the processed data into another queue to be written back to the driver.
- Applicarion A writeback thread monitors the outgoing data queue for
- Application A writeback thread monitors the outgoing data queue for
new items containing processed data. As it gets them it will write
such data back to the driver and free the buffer.

Expand Down

0 comments on commit c68ae69

Please sign in to comment.