summaryrefslogtreecommitdiffstats
path: root/tools/regression/sockets
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2008-09-10 09:32:25 +0000
committermaxim <maxim@FreeBSD.org>2008-09-10 09:32:25 +0000
commit2473c0ee1eb01b61bd2c623e000d8e3264225c7d (patch)
treee8a25b5dd76f5778f1383f1563a1c69c84ca4c34 /tools/regression/sockets
parente3882f36083324c0d0c64ec0c9c6da6fb061ff78 (diff)
downloadFreeBSD-src-2473c0ee1eb01b61bd2c623e000d8e3264225c7d.zip
FreeBSD-src-2473c0ee1eb01b61bd2c623e000d8e3264225c7d.tar.gz
o Correct a comment: a test file size is a four pages not three.
Diffstat (limited to 'tools/regression/sockets')
-rw-r--r--tools/regression/sockets/sendfile/sendfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/sockets/sendfile/sendfile.c b/tools/regression/sockets/sendfile/sendfile.c
index e91151c..fbeaac1 100644
--- a/tools/regression/sockets/sendfile/sendfile.c
+++ b/tools/regression/sockets/sendfile/sendfile.c
@@ -42,7 +42,7 @@
#include <unistd.h>
/*
- * Simple regression test for sendfile. Creates a file sized at three pages
+ * Simple regression test for sendfile. Creates a file sized at four pages
* and then proceeds to send it over a series of sockets, exercising a number
* of cases and performing limited validation.
*/
OpenPOWER on IntegriCloud