Index: tools/dom/scripts/databasebuilder.py |
diff --git a/tools/dom/scripts/databasebuilder.py b/tools/dom/scripts/databasebuilder.py |
index b0977adf29017ef1b6d099c5bcf07e55c706dbee..95dcd4290c0faa849748afa4d89aeb6e9e93055b 100755 |
--- a/tools/dom/scripts/databasebuilder.py |
+++ b/tools/dom/scripts/databasebuilder.py |
@@ -301,7 +301,7 @@ class DatabaseBuilder(object): |
continue |
if sig in res: |
op = res[sig] |
- # Only report if the the operations that match are either both suppressed |
+ # Only report if the operations that match are either both suppressed |
# or both not suppressed. Optional args aren't part of type signature |
# for this routine. Suppressing a non-optional type and supplementing |
# with an optional type appear the same. |