ucx/utils.h

changeset 144
b6dcc9d112eb
parent 142
ee8cb27d8b8e
child 146
aa376dba1ba8
     1.1 --- a/ucx/utils.h	Wed Aug 14 15:24:14 2013 +0200
     1.2 +++ b/ucx/utils.h	Wed Aug 14 15:54:22 2013 +0200
     1.3 @@ -202,7 +202,7 @@
     1.4  int ucx_vfprintf(void *stream, write_func wfc, const char *fmt, va_list ap);
     1.5  
     1.6  /**
     1.7 - * A printf lile function which stores the result in a newly created string.
     1.8 + * A printf like function which stores the result in a newly created string.
     1.9   * 
    1.10   * The sstr_t data is allocated with the allocators ucx_allocator_malloc
    1.11   * function. So it is implementation depended, whether the returned

mercurial