X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fstrbuf.c;h=01a076c2baf204e50f170bbcd2fbca44ed527f76;hp=e64f1ca07abc5d565219691311fb58ce8044411e;hb=58d617429dcfb6fb1ea0f7b6cbce82266ccbb1aa;hpb=3c8bed4ee061f96acb4d70a591a9849bddd2a659 diff --git a/src/shared/strbuf.c b/src/shared/strbuf.c index e64f1ca07..01a076c2b 100644 --- a/src/shared/strbuf.c +++ b/src/shared/strbuf.c @@ -26,7 +26,7 @@ #include "strbuf.h" /* - * Strbuf stores given strings in a single continous allocated memory + * Strbuf stores given strings in a single continuous allocated memory * 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.