]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
util: fix typo
authorRaul Gutierrez S <rgs@itevenworks.net>
Mon, 20 Apr 2015 05:27:45 +0000 (22:27 -0700)
committerDaniel Mack <daniel@zonque.org>
Mon, 20 Apr 2015 06:54:01 +0000 (08:54 +0200)
src/shared/util.c

index 53f84886af3a067018fcf3cdde86e4e3eec4502b..f14d9ee90ba2a95890187f87ae3a1fdd47cf9cdc 100644 (file)
@@ -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!
          *