]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/cls/lua/cls_lua.cc
update sources to v12.1.3
[ceph.git] / ceph / src / cls / lua / cls_lua.cc
index 5cb5bc80ebb3e24d5f7a4bb7f191704a32ee84bc..3c84570c5dfbf4b3108161d898473aed8bffadca 100644 (file)
@@ -643,7 +643,7 @@ static const luaL_Reg clslua_lib[] = {
 };
 
 /*
- * Set int const in table at top of stack
+ * Set const int in table at top of stack
  */
 #define SET_INT_CONST(var) do { \
   lua_pushinteger(L, var); \