We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0297756 commit c68ae69Copy full SHA for c68ae69
samples/userspace/prod_consumer/README.rst
@@ -46,7 +46,7 @@ The control loop is as follows:
46
- Application B processing thread waits on new items in the queue. It
47
then processes the data in-place, and after it's finished it places
48
the processed data into another queue to be written back to the driver.
49
- - Applicarion A writeback thread monitors the outgoing data queue for
+ - Application A writeback thread monitors the outgoing data queue for
50
new items containing processed data. As it gets them it will write
51
such data back to the driver and free the buffer.
52
0 commit comments