From e5da7440d71949b65a76ff0b07ee8578be04add7 Mon Sep 17 00:00:00 2001
From: Dmitry Frank <dmitry.frank@cesanta.com>
Date: Tue, 26 Jul 2016 16:23:27 +0100
Subject: [PATCH] Bring back JS precompilation to CC3200

We haven't actually _fixed_ evaluation of precompiled bcode from
non-mmapped memory: we just never free it. For sane use case (do not
evaluate the same file more than once) it should be acceptable.

PUBLISHED_FROM=a9ca2d8fa72e9c40c93415d060ee8db697caa225
---
 docs/c-api/mqtt-broker.h/mg_mqtt_next.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/c-api/mqtt-broker.h/mg_mqtt_next.md b/docs/c-api/mqtt-broker.h/mg_mqtt_next.md
index 5c4eab9d4..17a2472bc 100644
--- a/docs/c-api/mqtt-broker.h/mg_mqtt_next.md
+++ b/docs/c-api/mqtt-broker.h/mg_mqtt_next.md
@@ -7,7 +7,7 @@ signature: |
                                        struct mg_mqtt_session *s);
 ---
 
-Iterate over all mqtt sessions connections. Example:
+Iterates over all MQTT session connections. Example:
 
 ```c
 struct mg_mqtt_session *s;
-- 
GitLab