From ca43e64d3513f88fa94cc58ebe109c394ce7f492 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Mon, 27 Mar 2017 12:23:02 +0200 Subject: [PATCH] minor: fixed typo in doc --- src/include/lwip/apps/sntp_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/lwip/apps/sntp_opts.h b/src/include/lwip/apps/sntp_opts.h index 0ca97b57..40b7ecd0 100644 --- a/src/include/lwip/apps/sntp_opts.h +++ b/src/include/lwip/apps/sntp_opts.h @@ -121,7 +121,7 @@ * * Although not strictly required, it makes sense to combine this option with * SNTP_CHECK_RESPONSE >= 2 for sanity-checking of the received timestamps. - * Also, in order for the round-trip calculation to work, the the difference + * Also, in order for the round-trip calculation to work, the difference * between the local clock and the NTP server clock must not be larger than * about 34 years. If that limit is exceeded, the implementation will fall back * to setting the clock without compensation. In order to ensure that the local