From 04956c19d5fc5b5ec20064f7c691ed0a8e47e8ec Mon Sep 17 00:00:00 2001 From: Maxim Poliakovski Date: Thu, 9 Nov 2023 11:51:33 +0100 Subject: [PATCH] Fix tiny tipo in adbdevice.h --- devices/common/adb/adbdevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/common/adb/adbdevice.h b/devices/common/adb/adbdevice.h index d7a506b..d97c242 100644 --- a/devices/common/adb/adbdevice.h +++ b/devices/common/adb/adbdevice.h @@ -49,7 +49,7 @@ public: virtual void listen(const uint8_t dev_addr, const uint8_t reg_num); virtual uint8_t get_address() { return this->my_addr; }; - // Attempts to oolls the device. Returns the talk command corresponding to + // Attempts to poll the device. Returns the talk command corresponding to // the device if it has data, 0 otherwise. uint8_t poll();