[Buildroot] [git commit branch/2022.05.x] package/runc: fix typo: OCP to OCI specification

Peter Korsgaard peter at korsgaard.com
Wed Aug 17 05:58:10 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=ac74775612de564c047ba9777b891ade389f0c4e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.05.x

The Config.in has a typo: "OCP specification"

It should be OCI for Open Container Initiative.

https://opencontainers.org/

Signed-off-by: Christian Stewart <christian at paral.in>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
(cherry picked from commit 8382574d589ecab2a6c3877a9eadf486eb20fd10)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/runc/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/runc/Config.in b/package/runc/Config.in
index 66203896a8..fe527b1954 100644
--- a/package/runc/Config.in
+++ b/package/runc/Config.in
@@ -6,7 +6,7 @@ config BR2_PACKAGE_RUNC
 	depends on !BR2_TOOLCHAIN_USES_UCLIBC # no fexecve
 	help
 	  runC is a CLI tool for spawning and running containers
-	  according to the OCP specification.
+	  according to the OCI specification.
 
 	  https://github.com/opencontainers/runc
 



More information about the buildroot mailing list