Comments show up in a user's RSS feed, but the associated link is still the parent post, not the comment itself. Example:
<entry>
==> <id>http://stackoverflow.com/questions/9365971/xna-position-change-using-math-sin/9366034?cid=11833115#9366034</id>
<title type="text">Comment by Jon Skeet on XNA Position Change using Math.Sin</title>
<author>
<name>Jon Skeet</name>
<uri>http://stackoverflow.com/users/22656</uri>
</author>
==> <link rel="alternate" href="http://stackoverflow.com/questions/9365971/xna-position-change-using-math-sin/9366034#9366034" />
<published>2012-02-20T23:28:21Z</published>
<updated>2012-02-20T23:28:21Z</updated>
<summary type="html">@ksandarusi: That sounds very unlikely - 1 <i>after</i> multiplication by 100? Have you logged <code>gameTime.ElapsedGameTime.TotalSeconds</code> as well?</summary>
</entry>
It would be nice if the comment permalinks could be used instead.