Source-Changes-HG archive

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

[src/trunk]: src fix typo



details:   https://anonhg.NetBSD.org/src/rev/660553ab2b6d
branches:  trunk
changeset: 455906:660553ab2b6d
user:      maya <maya%NetBSD.org@localhost>
date:      Wed Apr 17 12:30:51 2019 +0000

description:
fix typo

diffstat:

 lib/libperfuse/perfuse.c |  6 +++---
 usr.sbin/perfused/msg.c  |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 69a2b20b734e -r 660553ab2b6d lib/libperfuse/perfuse.c
--- a/lib/libperfuse/perfuse.c  Wed Apr 17 11:01:19 2019 +0000
+++ b/lib/libperfuse/perfuse.c  Wed Apr 17 12:30:51 2019 +0000
@@ -1,4 +1,4 @@
-/*  $NetBSD: perfuse.c,v 1.41 2018/11/16 02:39:02 manu Exp $ */
+/*  $NetBSD: perfuse.c,v 1.42 2019/04/17 12:30:51 maya Exp $ */
 
 /*-
  *  Copyright (c) 2010-2011 Emmanuel Dreyfus. All rights reserved.
@@ -199,7 +199,7 @@
        }
 
        /*
-        * Set a buffer lentgh large enough so that enough FUSE packets
+        * Set a buffer length large enough so that enough FUSE packets
         * will fit.
         */
        opt = perfuse_bufvar_from_env("PERFUSE_BUFSIZE",
@@ -231,7 +231,7 @@
        }
 
        /*
-        * Set a buffer lentgh large enough so that enough FUSE packets
+        * Set a buffer length large enough so that enough FUSE packets
         * will fit.
         */
        opt = perfuse_bufvar_from_env("PERFUSE_BUFSIZE",
diff -r 69a2b20b734e -r 660553ab2b6d usr.sbin/perfused/msg.c
--- a/usr.sbin/perfused/msg.c   Wed Apr 17 11:01:19 2019 +0000
+++ b/usr.sbin/perfused/msg.c   Wed Apr 17 12:30:51 2019 +0000
@@ -1,4 +1,4 @@
-/*  $NetBSD: msg.c,v 1.24 2016/10/19 01:31:05 christos Exp $ */
+/*  $NetBSD: msg.c,v 1.25 2019/04/17 12:30:51 maya Exp $ */
 
 /*-
  *  Copyright (c) 2010 Emmanuel Dreyfus. All rights reserved.
@@ -78,7 +78,7 @@
        (void)strcpy(sun.sun_path, _PATH_FUSE); 
 
        /*
-        * Set a buffer lentgh large enough so that a few FUSE packets
+        * Set a buffer length large enough so that a few FUSE packets
         * will fit. 
         */
        opt = perfuse_bufvar_from_env("PERFUSE_BUFSIZE", 16 * FUSE_BUFSIZE);



Home | Main Index | Thread Index | Old Index