From 00c353770dbe12a7e9c80dbb0735cf9426c7c1af Mon Sep 17 00:00:00 2001 From: vurtun Date: Sat, 23 May 2015 23:52:11 +0200 Subject: [PATCH] updated Readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 102df7a..516e2fa 100644 --- a/Readme.md +++ b/Readme.md @@ -35,7 +35,7 @@ Summary: It is only responsible for the actual user interface ## Example ```c -/* allocate memory to hold output */ +/* allocate memory to hold the output */ struct gui_memory memory = {...}; struct gui_command_buffer buffer; gui_buffer_init_fixed(buffer, &memory, 0);