From db9c866fff188f781a8e3a8ac57ca28defcc7fca Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Fri, 30 Sep 2016 09:05:33 +0200 Subject: [PATCH] Minor: Documentation update --- doc/doxygen/main_page.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen/main_page.h b/doc/doxygen/main_page.h index ad890234..31cc0df6 100644 --- a/doc/doxygen/main_page.h +++ b/doc/doxygen/main_page.h @@ -8,7 +8,7 @@ * memory footprint. * * @defgroup sequential_api Sequential-style APIs - * Thread-safe APIs, blocking functions. More overhead, but can be called + * Sequential-style APIs, blocking functions. More overhead, but can be called * from any thread except TCPIP thread. * * @defgroup addons Addons