Index: ui/gfx/canvas_mac.mm |
diff --git a/ui/gfx/canvas_mac.mm b/ui/gfx/canvas_mac.mm |
index 5230a1d809da3ec2add8c3351984b3961f642deb..165471fbb880d3c2ae671e78817c38b41096146e 100644 |
--- a/ui/gfx/canvas_mac.mm |
+++ b/ui/gfx/canvas_mac.mm |
@@ -13,7 +13,7 @@ |
// Note: This is a temporary Skia-based implementation of the ui/gfx text |
// rendering routines for views/aura. It replaces the stale Cocoa-based |
-// implementation. A future |canvas_skia_skia.cc| implementation will supersede |
+// implementation. A future |canvas_skia.cc| implementation will supersede |
// this and the other platform-specific implmenentations. |
// Most drawing options, such as alignment and multi-line, are not implemented |
// here. |