From 3f4a243f747c3397900038d2ca2b7645614935a5 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 19 Jun 2018 14:17:02 +0900 Subject: [PATCH] sd-bus: fix typo in comment --- src/libelogind/sd-bus/bus-message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libelogind/sd-bus/bus-message.c b/src/libelogind/sd-bus/bus-message.c index 2958648ec..4fb06c2a1 100644 --- a/src/libelogind/sd-bus/bus-message.c +++ b/src/libelogind/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. */ -- 2.30.2