From 98a451be930d1399f81a2aa354aee905507e8d32 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 15 Jun 2022 17:23:52 +0300 Subject: [PATCH] Main: README.md: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb10f0b..282a645 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ zero). Work-in-progress APIs can change at any time. * libc replacement (*work in progress*) * [ctype.h](/libc/include/ctype.h) * [inttypes.h](/libc/include/inttypes.h) - * [setjmo.h](/libc/include/setjmo.h) + * [setjmp.h](/libc/include/setjmp.h) * [stdlib.h](/libc/include/stdlib.h) * [string.h](/libc/include/string.h) * [sys/types.h](/libc/include/sys/types.h)