From a9154be51c5efdd496cfd068d450e863d25d2071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vivek=20Das=C2=A0Mohapatra?= <vivek@collabora.co.uk> Date: Tue, 19 Dec 2017 15:51:31 +0000 Subject: [PATCH] capsule_metadata: Misnamed argument in doc-comment --- capsule/capsule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capsule/capsule.h b/capsule/capsule.h index 0f96da38b..092b5105d 100644 --- a/capsule/capsule.h +++ b/capsule/capsule.h @@ -66,7 +66,7 @@ struct _capsule_item /** * capsule_metadata: - * @namespace: #Lmid_t value for the namespace used for this capsule + * @capsule_abi: Version of the libcapsule ABI implmented by this struct * @soname: The soname of the encapsulated library * @default_prefix: The default root location of the filesystem from which the * encapsulated library should be loaded -- GitLab