Repair bad comment for ElideHost.
[email protected]
Review URL: https://codereview.chromium.org/132113011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249546 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/ui/elide_url.h b/chrome/browser/ui/elide_url.h
index 3bf6263f..bd5321a6 100644
--- a/chrome/browser/ui/elide_url.h
+++ b/chrome/browser/ui/elide_url.h
@@ -39,7 +39,7 @@
// This function takes a GURL object and elides the host to fit within
// the given width. The function will never elide past the TLD+1 point,
// but after that, will leading-elide the domain name to fit the width.
-// Example: http://sub.domain.com ---> "...domain.com", or "s...domain.com"
+// Example: http://sub.domain.com ---> "...domain.com", or "...b.domain.com"
// depending on the width.
base::string16 ElideHost(const GURL& host_url,
const gfx::FontList& font_list,