]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/util.c
util: fix typo
[thirdparty/systemd.git] / src / shared / util.c
index da6343f4c44e24b33544986da72f3093b7a16eeb..fd837d96bd8aefd2dfa89bb0fb416b7bd9106662 100644 (file)
@@ -1697,7 +1697,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