mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Fix typos
Correct various typos in the comments and tests. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes #10423
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ extern void longjmp(label_t *) __attribute__((__noreturn__));
|
||||
#define LUAI_TRY(L,c,a) if (setjmp(&(c)->b) == 0) { a }
|
||||
#define luai_jmpbuf label_t
|
||||
|
||||
/* unsupported archs will build but not be able to run lua programs */
|
||||
/* unsupported arches will build but not be able to run lua programs */
|
||||
#if JMP_BUF_CNT == 1
|
||||
int setjmp (label_t *buf) {
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user