diff options
| author | fukachan <fukachan> | 2003-01-11 15:14:23 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-01-11 15:14:23 +0000 |
| commit | aeab7673dc3446541ce8c95afea6a20fd176fa99 (patch) | |
| tree | 6ac86a2af41211d62b004565f56183353f9d2832 /fml/lib/File/SimpleLock.pm | |
| parent | 9ed29e4247da46292b272e1def3ca52a92f15704 (diff) | |
| download | fml8-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.pm | 4 |
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 |
