1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-13 01:00:23 +02:00

Fix comment typo.

This commit is contained in:
David Steele
2019-01-18 13:15:43 +02:00
parent 9cac403f61
commit 0986db630c

View File

@ -535,7 +535,7 @@ testRun(void)
TEST_ERROR(ioRead(ioHandleReadIo(read), buffer), FileReadError, "unable to read data from read test after 1000ms");
TEST_RESULT_UINT(bufSize(buffer), 16, "buffer is only partially read");
// Not read a buffer that is transmitted in two parts
// Read a buffer that is transmitted in two parts
buffer = bufNew(16);
TEST_RESULT_UINT(ioRead(ioHandleReadIo(read), buffer), 16, "read buffer");