chiark / gitweb /
shared: strbuf - add descriprion
[elogind.git] / src / shared / strbuf.c
index 9314f097ab5950091eb0977b87106883c828bd43..96b15a7b2a0d09ec7e92906d415ffbca232e6b9f 100644 (file)
 
 /*
  * Strbuf stores given strings in a single continous allocated memory
- * area. Identical strings are de-duplicated. If the tail of a string
- * already exist in the buffer, the tail is returned.
+ * area. Identical strings are de-duplicated and return the same offset
+ * as the first string stored. If the tail of a string already exists
+ * in the buffer, the tail is returned.
  *
- * A Particia Trie is used to maintain the information about the stored
- * strings.
+ * A trie (http://en.wikipedia.org/wiki/Trie) is used to maintain the
+ * information about the stored strings.
  *
  * Example of udev rules:
  *   $ ./udevadm test .