]> git.sur5r.net Git - i3/i3/blobdiff - libi3/string.c
Make comment style more consistent
[i3/i3] / libi3 / string.c
index f78a140f94a3db943280f830dfee8d019d1e1faa..9efa369037a9b96a8d115dfd4c4366afa7873fdc 100644 (file)
@@ -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.
  */