From 475fe22230d0393cd574255374cc03767696d130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Mon, 14 Jan 2019 12:53:03 +0000 Subject: [PATCH] fix typo in devdocs/sysimg.md (#30678) (cherry picked from commit 8f213c20dae06c58adc678e2b7245ec8ffa60b7a) --- doc/src/devdocs/sysimg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/devdocs/sysimg.md b/doc/src/devdocs/sysimg.md index 6c1227841ec62..41d5ea7777fbc 100644 --- a/doc/src/devdocs/sysimg.md +++ b/doc/src/devdocs/sysimg.md @@ -80,7 +80,7 @@ Additionally, a few special features are supported to control the function cloni 3. `opt_size` - This cause the function for the targe to be optimize for size when there isn't a significant + This causes the function for the target to be optimized for size when there isn't a significant runtime performance impact. This corresponds to `-Os` GCC and Clang option. 4. `min_size`