⛏️ index : buildtools.git

author Ingo Weinhold <ingo_weinhold@gmx.de> 2013-07-25 22:50:34.0 +02:00:00
committer Ingo Weinhold <ingo_weinhold@gmx.de> 2013-07-25 22:50:34.0 +02:00:00
commit
a9f1022a2a7466a1d3d4fe7f103e2990f04ebfc9 [patch]
tree
f4e682e47e2c9ff9c198a5904f1392610f08cc4f
parent
b1ef802cdce1ed6f6d491f27009049fa390d3214
download
a9f1022a2a7466a1d3d4fe7f103e2990f04ebfc9.tar.gz

jam: jcache: typo in comment



Diff

 jam/jcache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jam/jcache.c b/jam/jcache.c
index 679001d..b9a3126 100644
--- a/jam/jcache.c
+++ b/jam/jcache.c
@@ -43,7 +43,7 @@
/*!	\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.