Index: Tools/Scripts/webkitpy/layout_tests/port/test.py |
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/test.py b/Tools/Scripts/webkitpy/layout_tests/port/test.py |
index 68922e849110d16864171ecd6b289daf67f1b5cb..7d9fb379c2af593abc280c5a4b47c353509658df 100644 |
--- a/Tools/Scripts/webkitpy/layout_tests/port/test.py |
+++ b/Tools/Scripts/webkitpy/layout_tests/port/test.py |
@@ -537,7 +537,7 @@ class TestPort(Port): |
class TestDriver(Driver): |
- """Test/Dummy implementation of the DumpRenderTree interface.""" |
+ """Test/Dummy implementation of the driver interface.""" |
next_pid = 1 |
def __init__(self, *args, **kwargs): |