Skip to content

Commit aa9be27

Browse files
author
Stephen Mathieson
committed
typo
1 parent 44199a2 commit aa9be27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ batch_wait(batch_t *self);
3434
/**
3535
* Stop all batch threads. Will block the main thread
3636
* until all worker threads have completed. Frees all
37-
* memory associated with the back on success.
37+
* memory associated with the batch on success.
3838
*
3939
* Returns BATCH_SUCCESS (0) on success.
4040
*/

src/batch.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ batch_wait(batch_t *self);
4949
/**
5050
* Stop all batch threads. Will block the main thread
5151
* until all worker threads have completed. Frees all
52-
* memory associated with the back on success.
52+
* memory associated with the batch on success.
5353
*
5454
* Returns BATCH_SUCCESS (0) on success.
5555
*/

0 commit comments

Comments
 (0)