Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern typo (comment)



details:   https://anonhg.NetBSD.org/src/rev/8e82f1f3926d
branches:  trunk
changeset: 809624:8e82f1f3926d
user:      maxv <maxv%NetBSD.org@localhost>
date:      Fri Jul 24 12:29:55 2015 +0000

description:
typo (comment)

diffstat:

 sys/kern/uipc_mbuf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r dd5177d786a3 -r 8e82f1f3926d sys/kern/uipc_mbuf.c
--- a/sys/kern/uipc_mbuf.c      Fri Jul 24 07:40:58 2015 +0000
+++ b/sys/kern/uipc_mbuf.c      Fri Jul 24 12:29:55 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uipc_mbuf.c,v 1.161 2015/02/08 14:46:30 mlelstv Exp $  */
+/*     $NetBSD: uipc_mbuf.c,v 1.162 2015/07/24 12:29:55 maxv Exp $     */
 
 /*-
  * Copyright (c) 1999, 2001 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uipc_mbuf.c,v 1.161 2015/02/08 14:46:30 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uipc_mbuf.c,v 1.162 2015/07/24 12:29:55 maxv Exp $");
 
 #include "opt_mbuftrace.h"
 #include "opt_nmbclusters.h"
@@ -1689,7 +1689,7 @@
 /*
  * m_ext_free: release a reference to the mbuf external storage.
  *
- * => free the mbuf m itsself as well.
+ * => free the mbuf m itself as well.
  */
 
 void



Home | Main Index | Thread Index | Old Index