From 215152d0a1ea05afd7e6d015c4e9a0a0838b2508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Tue, 17 Jan 2017 10:34:16 +0100 Subject: [PATCH] libnm: (trivial): add missing return description in comment block --- libnm/nm-device-macsec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm/nm-device-macsec.c b/libnm/nm-device-macsec.c index c4762041be..16bbbebb2e 100644 --- a/libnm/nm-device-macsec.c +++ b/libnm/nm-device-macsec.c @@ -142,7 +142,7 @@ nm_device_macsec_get_icv_length (NMDeviceMacsec *device) * * Gets the set of cryptographic algorithms in use * - * Returns: + * Returns: the set of cryptographic algorithms in use * * Since: 1.6 **/