fixed typo

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402062
This commit is contained in:
David Anderson 2008-04-16 05:04:33 +00:00
parent e24f15e7df
commit 07915461e9

View File

@ -56,7 +56,7 @@
native Handle:CreateStack(blocksize=1); native Handle:CreateStack(blocksize=1);
/** /**
* Pushes a value onto the end of the stack , adding a new index. * Pushes a value onto the end of the stack, adding a new index.
* *
* This may safely be used even if the stack has a blocksize * This may safely be used even if the stack has a blocksize
* greater than 1. * greater than 1.