File 0833-sys.h-fix-typo-in-comment.patch of Package erlang
From acd5185edf4f629f0c42a368526c5a17dc69b3e9 Mon Sep 17 00:00:00 2001
From: Mikael Pettersson <mikpelinux@gmail.com>
Date: Thu, 26 Dec 2019 13:15:31 +0100
Subject: [PATCH] sys.h: fix typo in comment
---
erts/emulator/beam/sys.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/erts/emulator/beam/sys.h b/erts/emulator/beam/sys.h
index c534891f30..2b2125e945 100644
--- a/erts/emulator/beam/sys.h
+++ b/erts/emulator/beam/sys.h
@@ -211,7 +211,7 @@ typedef ERTS_SYS_FD_TYPE ErtsSysFdType;
#endif
/* In VC++, noreturn is a declspec that has to be before the types,
- * but in GNUC it is an att ribute to be placed between return type
+ * but in GNUC it is an attribute to be placed between return type
* and function name, hence __decl_noreturn <types> __noreturn <function name>
*
* at some platforms (e.g. Android) __noreturn is defined at sys/cdef.h
--
2.16.4