1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-02-21 20:27:13 +01:00

Minor comment fix in the shared utility header.

This commit is contained in:
Sandu Liviu Catalin 2016-07-05 23:07:04 +03:00
parent 69edbcd8d2
commit 98c50ce7e1

View File

@ -1400,12 +1400,12 @@ struct StackStrF
}; };
/* ------------------------------------------------------------------------------------------------ /* ------------------------------------------------------------------------------------------------
* Netrieve the string representation of a certain type. * Retrieve the string representation of a certain type.
*/ */
CSStr SqTypeName(SQObjectType type); CSStr SqTypeName(SQObjectType type);
/* ------------------------------------------------------------------------------------------------ /* ------------------------------------------------------------------------------------------------
* Netrieve the string representation of a certain type from a value on the stack. * Retrieve the string representation of a certain type from a value on the stack.
*/ */
String SqTypeName(HSQUIRRELVM vm, SQInteger idx); String SqTypeName(HSQUIRRELVM vm, SQInteger idx);