]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-bus: fix typo in comment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 19 Jun 2018 05:17:02 +0000 (14:17 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 19 Jun 2018 06:44:55 +0000 (08:44 +0200)
src/libsystemd/sd-bus/bus-message.c

index caabe88ae8d41191a50bae1766783fb9f288f8a0..8d92bc20022497ed6d6446807f78e1adfd757f6e 100644 (file)
@@ -4336,7 +4336,7 @@ static int message_read_ap(
         /* Ideally, we'd just call ourselves recursively on every
          * complex type. However, the state of a va_list that is
          * passed to a function is undefined after that function
-         * returns. This means we need to docode the va_list linearly
+         * returns. This means we need to decode the va_list linearly
          * in a single stackframe. We hence implement our own
          * home-grown stack in an array. */