chiark / gitweb /
sd-bus: fix typo in comment
[elogind.git] / src / libelogind / sd-bus / bus-message.c
index dd1865b0ec5f1a0c6d155af8f484fe944e282be9..4fb06c2a165d3b097d4257f77a38ad88211c8f32 100644 (file)
@@ -1,6 +1,5 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 /***
-  Copyright 2013 Lennart Poettering
 ***/
 
 #include <errno.h>
@@ -4337,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. */