Auto merge of #14510 - frewsxcv:comment, r=Ms2ger

Fix doc comment syntax.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14510)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-12-08 16:10:08 -08:00 committed by GitHub
commit 5b389a228c

View file

@ -384,7 +384,7 @@ pub enum CoreResourceMsg {
/// Message forwarded to file manager's handler
ToFileManager(FileManagerThreadMsg),
/// Break the load handler loop, send a reply when done cleaning up local resources
// and exit
/// and exit
Exit(IpcSender<()>),
}