We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44199a2 commit aa9be27Copy full SHA for aa9be27
Readme.md
@@ -34,7 +34,7 @@ batch_wait(batch_t *self);
34
/**
35
* Stop all batch threads. Will block the main thread
36
* until all worker threads have completed. Frees all
37
- * memory associated with the back on success.
+ * memory associated with the batch on success.
38
*
39
* Returns BATCH_SUCCESS (0) on success.
40
*/
src/batch.h
@@ -49,7 +49,7 @@ batch_wait(batch_t *self);
49
50
51
52
53
54
55
0 commit comments