X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Futil.c;h=ceb88d54c25399eb7330313a75a231a377aba4ac;hb=99e9ab92f47553337c85f81ca80c3b55415467ad;hp=04831505ae639db85f9542241770891bd95123b4;hpb=2e69dc3b6967982d9cfc35bd55d34a2358c6a99e;p=elogind.git diff --git a/src/shared/util.c b/src/shared/util.c index 04831505a..ceb88d54c 100644 --- a/src/shared/util.c +++ b/src/shared/util.c @@ -1698,7 +1698,7 @@ int loop_write(int fd, const void *buf, size_t nbytes, bool do_poll) { int parse_size(const char *t, off_t base, off_t *size) { - /* Soo, sometimes we want to parse IEC binary suffxies, and + /* Soo, sometimes we want to parse IEC binary suffixes, and * sometimes SI decimal suffixes. This function can parse * both. Which one is the right way depends on the * context. Wikipedia suggests that SI is customary for