From 1e09770d8b4766ed9a01767e8e27a018df4b6f70 Mon Sep 17 00:00:00 2001 From: Nicolas Bigaouette Date: Tue, 30 Jul 2013 13:45:47 -0400 Subject: [PATCH] Fix typo in documentation --- include/serial/serial.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/serial/serial.h b/include/serial/serial.h index 7bd1880..f7e1fa4 100644 --- a/include/serial/serial.h +++ b/include/serial/serial.h @@ -381,7 +381,7 @@ public: * the serial port that can pass before a timeout occurs. Setting this * to zero will prevent inter byte timeouts from occurring. * * Total time timeout: - * * The the constant and multiplier component of this timeout condition, + * * The constant and multiplier component of this timeout condition, * for both read and write, are defined in serial::Timeout. This * timeout occurs if the total time since the read or write call was * made exceeds the specified time in milliseconds.