Skip to content

Commit

Permalink
Fixed typo on parser function comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Dec 7, 2016
1 parent 316c9b3 commit 749ecc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ find_alpha (char **str)
*str += s - *str;
}

/* Format the the broken-down time tm to a numeric date format.
/* Format the broken-down time tm to a numeric date format.
*
* On error, or unable to format the given tm, 1 is returned.
* On success, a malloc'd format is returned. */
Expand Down

0 comments on commit 749ecc9

Please sign in to comment.