From 1834b60bc7555afc464186de564d760bcc644188 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 16 Feb 2009 16:06:00 +0000 Subject: 2009-02-16 Thomas Schwinge * diskfs.h: Instead of `st_?time', talk about `st_?tim'. * node-times.c: Likewise. * priv.h: Likewise. --- libdiskfs/node-times.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libdiskfs/node-times.c') diff --git a/libdiskfs/node-times.c b/libdiskfs/node-times.c index 43339224..67f0142e 100644 --- a/libdiskfs/node-times.c +++ b/libdiskfs/node-times.c @@ -1,6 +1,7 @@ -/* Process st_?time updates marked for a diskfs node. +/* Process st_?tim updates marked for a diskfs node. - Copyright (C) 1994, 1996, 1999, 2000, 2007 Free Software Foundation, Inc. + Copyright (C) 1994, 1996, 1999, 2000, 2007, 2009 Free Software Foundation, + Inc. This file is part of the GNU Hurd. @@ -32,7 +33,7 @@ diskfs_set_node_atime (struct node *np) np->dn_set_atime = 1; } -/* If NP->dn_set_ctime is set, then modify NP->dn_stat.st_ctime +/* If NP->dn_set_ctime is set, then modify NP->dn_stat.st_ctim appropriately; do the analogous operation for atime and mtime as well. */ void diskfs_set_node_times (struct node *np) -- cgit v1.2.3