Fix comment.

This commit is contained in:
Gleb Smirnoff 2014-01-17 11:09:05 +00:00
parent f97da128ab
commit 761a9a1f8d

View File

@ -813,7 +813,7 @@ sbflush_internal(struct sockbuf *sb)
while (sb->sb_mbcnt) {
/*
* Don't call sbdrop(sb, 0) if the leading mbuf is non-empty:
* Don't call sbcut(sb, 0) if the leading mbuf is non-empty:
* we would loop forever. Panic instead.
*/
if (!sb->sb_cc && (sb->sb_mb == NULL || sb->sb_mb->m_len))