Use of accurate comments helps users read, audit and maintain code. Inaccurate comments can be misleading, obstruct the flagging of vulnerabilities, or even introduce them.
Misleading comment on L76 that says deposit() function allows USDV and Synths, but the code only allows Synths.
Recommend using accurate and descriptive comments (even NatSpec) correctly describing the function behavior, parameters and return values.
