Module Name: src
Committed By: msaitoh
Date: Sun Dec 5 08:11:40 UTC 2021
Modified Files:
src/usr.sbin/puffs/mount_psshfs: psshfs.c
Log Message:
s/systme/system/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/usr.sbin/puffs/mount_psshfs/psshfs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/puffs/mount_psshfs/psshfs.c
diff -u src/usr.sbin/puffs/mount_psshfs/psshfs.c:1.66 src/usr.sbin/puffs/mount_psshfs/psshfs.c:1.67
--- src/usr.sbin/puffs/mount_psshfs/psshfs.c:1.66 Sun Nov 4 22:46:08 2012
+++ src/usr.sbin/puffs/mount_psshfs/psshfs.c Sun Dec 5 08:11:39 2021
@@ -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>