X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libi3%2Fstring.c;h=9efa369037a9b96a8d115dfd4c4366afa7873fdc;hb=e4d2b385529847b926a716731be4a8c22ed79007;hp=f78a140f94a3db943280f830dfee8d019d1e1faa;hpb=83327abae4de321b1ca5acb7fe0893d4bd111028;p=i3%2Fi3 diff --git a/libi3/string.c b/libi3/string.c index f78a140f..9efa3690 100644 --- a/libi3/string.c +++ b/libi3/string.c @@ -48,7 +48,7 @@ i3String *i3string_from_markup(const char *from_markup) { /* * Build an i3String from an UTF-8 encoded string with fixed length. - * To be used when no proper NUL-terminaison is available. + * To be used when no proper NULL-termination is available. * Returns the newly-allocated i3String. * */ @@ -99,7 +99,7 @@ i3String *i3string_from_ucs2(const xcb_char2b_t *from_ucs2, size_t num_glyphs) { return str; } -/** +/* * Copies the given i3string. * Note that this will not free the source string. */