svn commit: r293395 - projects/sendfile/sys/kern
Gleb Smirnoff
glebius at FreeBSD.org
Thu Jan 7 23:23:52 UTC 2016
Author: glebius
Date: Thu Jan 7 23:23:51 2016
New Revision: 293395
URL: https://svnweb.freebsd.org/changeset/base/293395
Log:
Fix spelling.
Submitted by: bdrewery
Modified:
projects/sendfile/sys/kern/uipc_syscalls.c
Modified: projects/sendfile/sys/kern/uipc_syscalls.c
==============================================================================
--- projects/sendfile/sys/kern/uipc_syscalls.c Thu Jan 7 23:22:43 2016 (r293394)
+++ projects/sendfile/sys/kern/uipc_syscalls.c Thu Jan 7 23:23:51 2016 (r293395)
@@ -2106,7 +2106,7 @@ sf_iodone(void *arg, vm_page_t *pg, int
/*
* I/O operation failed. The state of data in the socket
* is now inconsistent, and all what we can do is to tear
- * it down. Protocl abort metho would tear down protocol
+ * it down. Protocol abort method would tear down protocol
* state, free all ready mbufs and detach not ready ones.
* We will free the mbufs corresponding to this I/O manually.
*
More information about the svn-src-projects
mailing list