In code comments of superLiquidation(), it is mentioned that deposit of borrower (collateral) will be reduced by collateral amount * borrowers collateral ratio. This is inaccurate, as the goal of superLiquidation() is to allow possible complete liquidation of borrowers collateral; hence, totalDepositAsset is simply subtracted by assetAmount.  
Adjust code comments to follow function logic.
