Merge "docs: Delete duplicate word." into qt-dev am: 54a4bdccc4 am: 9480139340

am: eb179fa342

Change-Id: I835207741811d71e8e5b89405226922f4759c90c
This commit is contained in:
Nick Cook
2019-12-02 15:24:38 -08:00
committed by android-build-merger

View File

@@ -32,7 +32,7 @@ import java.util.List;
/**
* Monitors files (using <a href="http://en.wikipedia.org/wiki/Inotify">inotify</a>)
* to fire an event after files are accessed or changed by by any process on
* to fire an event after files are accessed or changed by any process on
* the device (including this one). FileObserver is an abstract class;
* subclasses must implement the event handler {@link #onEvent(int, String)}.
*