Wrap a comment properly.

This commit is contained in:
ceri 2004-11-12 13:14:56 +00:00
parent 56c8fde970
commit e84711f2e5

View File

@ -2151,7 +2151,8 @@ Job_Init(int maxproc)
* Open fifo and give ourselves a magic token which represents
* the token our parent make has grabbed to start his make process.
* Otherwise the sub-makes would gobble up tokens and the proper
* number of tokens to specify to -j would depend on the depth of * the tree and the order of execution.
* number of tokens to specify to -j would depend on the depth of
* the tree and the order of execution.
*/
fifoFd = open(env, O_RDWR, 0);
if (fifoFd >= 0) {