summaryrefslogtreecommitdiff
path: root/src/shared/util.c
diff options
context:
space:
mode:
authorRaul Gutierrez S <rgs@itevenworks.net>2015-04-19 22:27:45 -0700
committerSven Eden <yamakuzure@gmx.net>2017-03-14 08:07:01 +0100
commitb87df1e2ab57146e68e95964a3618b6ebf5ae3f9 (patch)
treea99d2bd23dc55e0b859ae5965d783d2eca41caf4 /src/shared/util.c
parent996c8e7a95a4addb0a04393fb1f45b713b39f293 (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 03edafb95..ce23b4790 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -1700,7 +1700,7 @@ int parse_size(const char *t, off_t base, off_t *size) {
* 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
- * hardrware metrics and network speeds, while IEC is
+ * hardware metrics and network speeds, while IEC is
* customary for most data sizes used by software and volatile
* (RAM) memory. Hence be careful which one you pick!
*