From e2271ed75e0a59dd63afdc6c1f28ec4cee10a700 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Mon, 28 Aug 2017 22:52:45 +0200 Subject: qeditor: fix compile error and some comments Change-Id: I157c83fea8173adc53254f15aa49e41ee1ba7549 --- utils/hwstub/include/hwstub.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'utils/hwstub/include/hwstub.hpp') diff --git a/utils/hwstub/include/hwstub.hpp b/utils/hwstub/include/hwstub.hpp index e403857200..90b29ebf9d 100644 --- a/utils/hwstub/include/hwstub.hpp +++ b/utils/hwstub/include/hwstub.hpp @@ -33,6 +33,7 @@ #include #include #include +#include namespace hwstub { @@ -80,7 +81,7 @@ std::string error_string(error err); * * A context provides a way to regularly poll for derive changes. There are two * ways to manually force an update: - * - on call to get_device_list(), the list is already refetched + * - on call to get_device_list(), the list is always refetched * - on call to update_list() to force list update * Note that automatic polling is disabled by default. */ @@ -212,7 +213,7 @@ public: std::shared_ptr get_context(); protected: - /** Some subsystems allow for hardware to be open several times and so do not. + /** Some subsystems allow for hardware to be open several times and some do not. * For example, libusb only allows one handle per device. To workaround this issue, * open() will do some magic to allow for several open() even when the hardware * supports only one. If the device does not support multiple -- cgit v1.2.3