Fix a small typo in the port API documentation (#2099)

JerryScript-DCO-1.0-Signed-off-by: Gabor Loki loki@inf.u-szeged.hu
This commit is contained in:
Gabor Loki
2017-11-15 17:01:32 +01:00
committed by Dániel Bátyai
parent 7ad3edde08
commit 1059fb1b30
+1 -1
View File
@@ -105,7 +105,7 @@ Allow user to provide external buffer for jerry instance (which includes an isol
* *
*Note: *Note:
* This port function will be called automatically by jerry-core * This port function will be called automatically by jerry-core
* wnen JERRY_ENABLE_EXTERNAL_CONTEXT is defined. If not, this function will never be called. * when JERRY_ENABLE_EXTERNAL_CONTEXT is defined. If not, this function will never be called.
* *
* @return the pointer to the jerry instance. * @return the pointer to the jerry instance.
*/ */