chiark / gitweb /
sd-bus: fix typo in comment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 19 Jun 2018 05:17:02 +0000 (14:17 +0900)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
src/libelogind/sd-bus/bus-message.c

index 2958648ec11e2f1e7e95a7cb9810475fa304db22..4fb06c2a165d3b097d4257f77a38ad88211c8f32 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. */