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/babfc4320a57
branches: trunk
changeset: 450546:babfc4320a57
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 43d5bdcec537 -r babfc4320a57 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 43d5bdcec537 -r babfc4320a57 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