Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/examples/puffs/pgfs de-foodify comment
details: https://anonhg.NetBSD.org/src/rev/171ee0dd233f
branches: trunk
changeset: 803229:171ee0dd233f
user: snj <snj%NetBSD.org@localhost>
date: Sat Oct 18 07:11:07 2014 +0000
description:
de-foodify comment
diffstat:
share/examples/puffs/pgfs/pgfs_puffs.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4c82e93dae91 -r 171ee0dd233f share/examples/puffs/pgfs/pgfs_puffs.c
--- a/share/examples/puffs/pgfs/pgfs_puffs.c Sat Oct 18 06:42:31 2014 +0000
+++ b/share/examples/puffs/pgfs/pgfs_puffs.c Sat Oct 18 07:11:07 2014 +0000
@@ -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 @@
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.
*
Home |
Main Index |
Thread Index |
Old Index