diff options
Diffstat (limited to 'libs/hwui/thread/TaskManager.h')
-rw-r--r-- | libs/hwui/thread/TaskManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/thread/TaskManager.h b/libs/hwui/thread/TaskManager.h index 477314b..f2a216f 100644 --- a/libs/hwui/thread/TaskManager.h +++ b/libs/hwui/thread/TaskManager.h @@ -43,7 +43,7 @@ public: /** * Returns true if this task manager can run tasks, * false otherwise. This method will typically return - * true on a single CPU core device. + * false on a single CPU core device. */ bool canRunTasks() const; |