stand: Spell LUA_COMPILE_SET correctly.

MFC After: 2 days
Sponsored by:		Netflix

(cherry picked from commit e63d20b70e)
(cherry picked from commit 5dd6fb108d)
Approved-by: re (cperciva)
This commit is contained in:
Warner Losh 2024-05-11 12:05:53 -06:00
parent 07f9866016
commit e8adcfd14a

View File

@ -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) \