From: Yu Watanabe Date: Tue, 19 Jun 2018 05:17:02 +0000 (+0900) Subject: sd-bus: fix typo in comment X-Git-Tag: v239~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22509a8df0c6e9c76de1bce38532b7f1cdfabafd;p=thirdparty%2Fsystemd.git sd-bus: fix typo in comment --- diff --git a/src/libsystemd/sd-bus/bus-message.c b/src/libsystemd/sd-bus/bus-message.c index caabe88ae8d..8d92bc20022 100644 --- a/src/libsystemd/sd-bus/bus-message.c +++ b/src/libsystemd/sd-bus/bus-message.c @@ -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. */