Module Name: src
Committed By: snj
Date: Sat Oct 18 07:11:07 UTC 2014
Modified Files:
src/share/examples/puffs/pgfs: pgfs_puffs.c
Log Message:
de-foodify comment
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/examples/puffs/pgfs/pgfs_puffs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/examples/puffs/pgfs/pgfs_puffs.c
diff -u src/share/examples/puffs/pgfs/pgfs_puffs.c:1.4 src/share/examples/puffs/pgfs/pgfs_puffs.c:1.5
--- src/share/examples/puffs/pgfs/pgfs_puffs.c:1.4 Wed Apr 11 14:26:44 2012
+++ src/share/examples/puffs/pgfs/pgfs_puffs.c Sat Oct 18 07:11:07 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: pgfs_puffs.c,v 1.4 2012/04/11 14:26:44 yamt Exp $ */
+/* $NetBSD: pgfs_puffs.c,v 1.5 2014/10/18 07:11:07 snj Exp $ */
/*-
* Copyright (c)2010,2011 YAMAMOTO Takashi,
@@ -32,7 +32,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: pgfs_puffs.c,v 1.4 2012/04/11 14:26:44 yamt Exp $");
+__RCSID("$NetBSD: pgfs_puffs.c,v 1.5 2014/10/18 07:11:07 snj Exp $");
#endif /* not lint */
#include <assert.h>
@@ -548,7 +548,7 @@ pgfs_node_read(struct puffs_usermount *p
retry:
xc = begin(pu, "read");
/*
- * try to update atime first as it's prune to conflict with other
+ * try to update atime first as it's prone to conflict with other
* transactions. eg. read-ahead requests can conflict each other.
* we don't want to retry my_lo_read as it's expensive.
*