jam: jcache: typo in comment

This commit is contained in:
Ingo Weinhold 2013-07-25 22:50:34 +02:00
parent b1ef802cdc
commit a9f1022a2a

View File

@ -43,7 +43,7 @@ static char* pop_string(string_list *list);
/*! \brief Reads a line from the supplied file and writes it to the supplied
buffer.
If the line end in a LF, it is chopped off.
If the line ends in a LF, it is chopped off.
\param file The file.
\param value The pointer to where the read value shall be written.