Minor comment fixup

This commit is contained in:
ian%hixie.ch 2002-12-25 14:14:11 +00:00
parent 94ba618ca7
commit 08576caa95

View File

@ -284,7 +284,7 @@ sub getFatalHandlerList {
return \@FATAL;
}
# returns a reference to the $LOCKED variable for modules that which
# returns a reference to the $LOCKED variable for modules that wish
# to block @FATAL reporting
sub getFatalHandlerLock {
return \$LOCKED;