1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Wrap a comment properly.

This commit is contained in:
Ceri Davies 2004-11-12 13:14:56 +00:00
parent 16142b2b03
commit f4422f46b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137610

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) {