Index: media/base/media.h |
diff --git a/media/base/media.h b/media/base/media.h |
index 55189610fb2be57c2e5baf917129ad50b74c736a..0eeb092e39d91db5d71b87aa32b5fc31b4da9b69 100644 |
--- a/media/base/media.h |
+++ b/media/base/media.h |
@@ -18,7 +18,7 @@ namespace media { |
// Attempts to initialize the media library (loading DLLs, DSOs, etc.). |
// |
-// If |module_dir| is the emptry string, then the system default library paths |
+// If |module_dir| is the empty string, then the system default library paths |
// are searched for the dynamic libraries. If a |module_dir| is provided, then |
// only the specified |module_dir| will be searched for the dynamic libraries. |
// |