]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libseccomp: fix typo in DESCRIPTION
authorChen Qi <Qi.Chen@windriver.com>
Tue, 10 Jan 2023 09:23:46 +0000 (17:23 +0800)
committerSteve Sakoman <steve@sakoman.com>
Fri, 20 Jan 2023 02:28:32 +0000 (16:28 -1000)
Fix typo in DESCRIPTION: and -> an.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 349e63045298054f9454025d793c67284fce750b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/libseccomp/libseccomp_2.5.4.bb

index e89b8f7f4be92e0787fe811698864839c2732922..505c21917b2175da2a6f000a2f7e50243cfc11ee 100644 (file)
@@ -1,5 +1,5 @@
 SUMMARY = "interface to seccomp filtering mechanism"
-DESCRIPTION = "The libseccomp library provides and easy to use, platform independent,interface to the Linux Kernel's syscall filtering mechanism: seccomp."
+DESCRIPTION = "The libseccomp library provides an easy to use, platform independent, interface to the Linux Kernel's syscall filtering mechanism: seccomp."
 HOMEPAGE = "https://github.com/seccomp/libseccomp"
 SECTION = "security"
 LICENSE = "LGPL-2.1-only"