From 537124e4032962cd7c5f3bd4f0ee7995cd79e8ec Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 14 Feb 2013 10:54:32 -0700 Subject: Add, fix comments --- lib/unicore/mktables | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/unicore') diff --git a/lib/unicore/mktables b/lib/unicore/mktables index c364c838cc..808760d002 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -2042,10 +2042,10 @@ package Input_file; # basically be a while(next_line()) {...} loop. # # You can also set up handlers to -# 1) call before the first line is read for pre processing +# 1) call before the first line is read, for pre processing # 2) call to adjust each line of the input before the main handler gets them # 3) call upon EOF before the main handler exits its loop -# 4) call at the end for post processing +# 4) call at the end, for post processing # # $_ is used to store the input line, and is to be filtered by the # each_line_handler()s. So, if the format of the line is not in the desired -- cgit v1.2.1