i++ // increment i
Yes. We can see that.
Comments that repeat the code add noise, not clarity.
Worse, they teach readers to ignore comments, which is a problem when a comment actually does matter.
Rule of thumb:
If the code already says it, the comment shouldn't.