From: Kent Gibson Date: Sat, 9 Mar 2024 10:30:41 +0000 (+0800) Subject: bindings: cxx: examples: fix typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0c753417de1d707588e96619a4e42bb261f1418a;p=qemu-gpiodev%2Flibgpiod.git bindings: cxx: examples: fix typo in comment Fix typo in comment in watch_multiple_line_values.cpp. Signed-off-by: Kent Gibson Signed-off-by: Bartosz Golaszewski --- diff --git a/bindings/cxx/examples/watch_multiple_line_values.cpp b/bindings/cxx/examples/watch_multiple_line_values.cpp index fb71fb2..ea78667 100644 --- a/bindings/cxx/examples/watch_multiple_line_values.cpp +++ b/bindings/cxx/examples/watch_multiple_line_values.cpp @@ -46,7 +46,7 @@ int main() ::gpiod::edge_event_buffer buffer; for (;;) { - /* Blocks until at leat one event available */ + /* Blocks until at least one event available */ request.read_edge_events(buffer); for (const auto &event : buffer)