From 1ac897a9b1e5502403f108461914cac6f426e3fc Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Tue, 1 Aug 2006 10:15:01 +0000 Subject: [PATCH] changed comment --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%4048 --- sourcepawn/include/sp_vm_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcepawn/include/sp_vm_types.h b/sourcepawn/include/sp_vm_types.h index c4a8d815..345b6159 100644 --- a/sourcepawn/include/sp_vm_types.h +++ b/sourcepawn/include/sp_vm_types.h @@ -15,7 +15,7 @@ typedef int32_t cell_t; #define SP_ERR_HEAPLOW 3 /* Not enough space left on the heap */ #define SP_ERR_PARAM 4 /* Invalid parameter */ #define SP_ERR_INVALID_ADDRESS 5 /* A memory address was not valid */ -#define SP_ERR_NOT_FOUND 6 /* File not found */ +#define SP_ERR_NOT_FOUND 6 /* The object in question was not found */ /********************************************** *** The following structures are reference structures.