Fix a typo in a comment.

svn path=/trunk/; revision=28327
This commit is contained in:
Stig Bjørlykke 2009-05-10 16:02:57 +00:00
parent b0cb4d22e9
commit 65eed611a8
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ int ByteArray_register(lua_State* L) {
* All allocated memory chunks used for tracking the pointers' state are freed after marking the pointer as expired
* by the garbage collector or by the end of the dissection of the current frame, whichever comes second.
*
* We check the expiry state of the pointer before each acces.
* We check the expiry state of the pointer before each access.
*
*/