]> granicus.if.org Git - php/commitdiff
- Forgot to close comment.
authorAndi Gutmans <andi@php.net>
Tue, 12 Mar 2002 19:41:02 +0000 (19:41 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 12 Mar 2002 19:41:02 +0000 (19:41 +0000)
Zend/zend.h

index 4dd94c4f3ae53f57a08697d63319c7a1b5a19eac..dccde49a0fac3d0769b0b90bd3099612f77f3e88 100644 (file)
@@ -428,7 +428,7 @@ ZEND_API void zend_error(int type, const char *format, ...);
 
 void zenderror(char *error);
 
-/* The following #define is used for code duality in PHP for Engine 1 & 2
+/* The following #define is used for code duality in PHP for Engine 1 & 2 */
 #define ZEND_STANDARD_CLASS_DEF_PTR zend_standard_class_def
 extern ZEND_API zend_class_entry *zend_standard_class_def;
 extern zend_utility_values zend_uv;