ThrusterPair.sol allows fee/yieldCut to be adjusted between 1/6 and 1/2 (15% to 50%) of growth in sqrt(k). And the yieldCut is calculated in _mintYieldCut(). 
However, _mintYieldCut() has incorrect comments which state that the fee is always 1/6th. 
(https://github.com/code-423n4/2024-02-thruster/blob/3896779349f90a44b46f2646094cb34fffd7f66e/thruster-protocol/thruster-cfmm/contracts/ThrusterPair.sol#L120)
Change the comment to reflect the range 1/6 and 1/2. 
