util: fix typo
authorJan Synacek <jsynacek@redhat.com>
Tue, 19 May 2015 12:26:09 +0000 (14:26 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Tue, 19 May 2015 15:28:16 +0000 (17:28 +0200)
src/shared/util.c

index da6343f..fd837d9 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