summaryrefslogtreecommitdiff
path: root/src/shared/util.c
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2015-05-19 14:26:09 +0200
committerDavid Herrmann <dh.herrmann@gmail.com>2015-05-19 17:28:16 +0200
commit55ede093a541eb94a24e6d643485f1a090e938f6 (patch)
tree69bf99c4c8d7e3abfc757c8c0329189c4930638e /src/shared/util.c
parent394763f63c1941cafd9d3bf81e8151a2206474a7 (diff)
util: fix typo
Diffstat (limited to 'src/shared/util.c')
-rw-r--r--src/shared/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/util.c b/src/shared/util.c
index da6343f4c4..fd837d96bd 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -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