summaryrefslogtreecommitdiff
path: root/fml/lib/File/SimpleLock.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-01-11 15:14:23 +0000
committerfukachan <fukachan>2003-01-11 15:14:23 +0000
commitaeab7673dc3446541ce8c95afea6a20fd176fa99 (patch)
tree6ac86a2af41211d62b004565f56183353f9d2832 /fml/lib/File/SimpleLock.pm
parent9ed29e4247da46292b272e1def3ca52a92f15704 (diff)
downloadfml8-aeab7673dc3446541ce8c95afea6a20fd176fa99.tar.gz
fml8-aeab7673dc3446541ce8c95afea6a20fd176fa99.tar.bz2
fml8-aeab7673dc3446541ce8c95afea6a20fd176fa99.zip
fix comments
Diffstat (limited to 'fml/lib/File/SimpleLock.pm')
-rw-r--r--fml/lib/File/SimpleLock.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/File/SimpleLock.pm b/fml/lib/File/SimpleLock.pm
index 0667e9c9..a0ea1bee 100644
--- a/fml/lib/File/SimpleLock.pm
+++ b/fml/lib/File/SimpleLock.pm
@@ -2,7 +2,7 @@
#
# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
#
-# $FML: SimpleLock.pm,v 1.15 2002/12/13 04:19:59 fukachan Exp $
+# $FML: SimpleLock.pm,v 1.16 2002/12/22 03:32:00 fukachan Exp $
#
package File::SimpleLock;
@@ -52,7 +52,7 @@ use Fcntl qw(:DEFAULT :flock);
# Descriptions: standard constructor.
-# Arguments: OBJ($self) HASH_REF($args)
+# Arguments: OBJ($self)
# Side Effects: none
# Return Value: OBJ
sub new