[Buildroot] [git commit] package/runc: fix typo: OCP to OCI specification

Yann E. MORIN yann.morin.1998 at free.fr
Mon Jul 25 09:03:08 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=8382574d589ecab2a6c3877a9eadf486eb20fd10
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
---
 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