The "Reply to" link in comments that includes the author name has a bug in the aria-label associated with that link:

<a href[...] aria-label="Reply to Raam to Raam Dev">Reply to Raam</a>
As you can see the aria-label says Reply to Raam to Raam Dev, mentioning the author name twice. This is rather confusing for anyone with a screen reader. It should just say Reply to Raam, like the link itself.