Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/puffs/mount_psshfs s/systme/system/ in comment.
details: https://anonhg.NetBSD.org/src/rev/cecdfaa2a6b1
branches: trunk
changeset: 1026730:cecdfaa2a6b1
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sun Dec 05 08:11:39 2021 +0000
description:
s/systme/system/ in comment.
diffstat:
usr.sbin/puffs/mount_psshfs/psshfs.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r cb90ae228d82 -r cecdfaa2a6b1 usr.sbin/puffs/mount_psshfs/psshfs.c
--- a/usr.sbin/puffs/mount_psshfs/psshfs.c Sun Dec 05 08:10:39 2021 +0000
+++ b/usr.sbin/puffs/mount_psshfs/psshfs.c Sun Dec 05 08:11:39 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: psshfs.c,v 1.66 2012/11/04 22:46:08 christos Exp $ */
+/* $NetBSD: psshfs.c,v 1.67 2021/12/05 08:11:39 msaitoh Exp $ */
/*
* Copyright (c) 2006-2009 Antti Kantee. All Rights Reserved.
@@ -29,7 +29,7 @@
* psshfs: puffs sshfs
*
* psshfs implements sshfs functionality on top of puffs making it
- * possible to mount a filesystme through the sftp service.
+ * possible to mount a filesystem through the sftp service.
*
* psshfs can execute multiple operations in "parallel" by using the
* puffs_cc framework for continuations.
@@ -41,7 +41,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: psshfs.c,v 1.66 2012/11/04 22:46:08 christos Exp $");
+__RCSID("$NetBSD: psshfs.c,v 1.67 2021/12/05 08:11:39 msaitoh Exp $");
#endif /* !lint */
#include <sys/types.h>
Home |
Main Index |
Thread Index |
Old Index