diff -r 9aff1dc3990d -r fcf6d5fac8f5 ui/common/context.c --- a/ui/common/context.c Sat Jan 23 23:44:41 2016 +0100 +++ b/ui/common/context.c Sun Jan 24 11:59:58 2016 +0100 @@ -176,7 +176,7 @@ return var; } } else { - // create an empty value and add it to the window variables + // create an empty value and add it to the context variables // it can be moved to the document vars later void *value = uic_create_value(ctx->mempool->allocator, type); if(!value) {