Skip to content

Commit 6466ac8

Browse files
committed
spelling
1 parent c707d18 commit 6466ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongoc/mongoc-gridfs-file-page.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ _mongoc_gridfs_file_page_read (mongoc_gridfs_file_page_t *page,
9898
*
9999
* writes are copy on write as regards the buf passed during construction.
100100
* I.e. the first write allocs a buf large enough for the chunk_size, which
101-
* because authoritative from then on out
101+
* becomes authoritative from then on.
102102
*/
103103
int32_t
104104
_mongoc_gridfs_file_page_write (mongoc_gridfs_file_page_t *page,

0 commit comments

Comments
 (0)