Date: Sat, 11 May 2024 18:10:35 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: e63d20b70ee1 - main - stand: Spell LUA_COMPILE_SET correctly. Message-ID: <202405111810.44BIAZLW001908@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=e63d20b70ee1dbee9b075f29de6f30cdcfe1abe1 commit e63d20b70ee1dbee9b075f29de6f30cdcfe1abe1 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2024-05-11 18:05:53 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-05-11 18:09:51 +0000 stand: Spell LUA_COMPILE_SET correctly. MFC After: 2 days Sponsored by: Netflix --- stand/liblua/lutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/liblua/lutils.h b/stand/liblua/lutils.h index ea715096df09..7fff8d3ae83d 100644 --- a/stand/liblua/lutils.h +++ b/stand/liblua/lutils.h @@ -34,7 +34,7 @@ int luaopen_pager(lua_State *); #include <sys/linker_set.h> typedef void lua_init_md_t(lua_State *); -#define _LUA_COMPIE_SET Xlua_compile_set +#define _LUA_COMPILE_SET Xlua_compile_set #define LUA_COMPILE_SET(func) \ DATA_SET(_LUA_COMPILE_SET, func) #define LUA_FOREACH_SET(s) \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405111810.44BIAZLW001908>