Skip to content

Commit e21f020

Browse files
committed
main: fix a typo in comment
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent 4554353 commit e21f020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/field.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,7 @@ static EsObject* setFieldValueForLineCommon (tagEntryInfo *tag, const fieldDefin
18751875

18761876
l = (unsigned int)l0;
18771877
/* If the new line number is too large,
1878-
we cannot fill tag->filePosition wit
1878+
we cannot fill tag->filePosition with
18791879
getInputFilePositionForLine(); */
18801880
if (fdef->ftype == FIELD_LINE_NUMBER
18811881
&& l < getInputLineNumber())

0 commit comments

Comments
 (0)