]> granicus.if.org Git - php/commitdiff
this comment makes no sense after the previous commit
authorVlad Krupin <vlad@php.net>
Wed, 13 Aug 2003 21:01:04 +0000 (21:01 +0000)
committerVlad Krupin <vlad@php.net>
Wed, 13 Aug 2003 21:01:04 +0000 (21:01 +0000)
ext/pspell/pspell.c

index e07b10675e5ae962b3f7e5e9717c23d3bc608197..94745b9f9173e78da0dfcae595661aa9e3601afe 100644 (file)
@@ -735,7 +735,6 @@ PHP_FUNCTION(pspell_config_ignore)
        zval **sccin, **pignore;
        int argc;
 
-       /* Hack. But I cannot imagine any word being more than 999 characters long */
        int loc = PSPELL_LARGEST_WORD;
        char ignore_str[PSPELL_LARGEST_WORD + 1];       
        long ignore = 0L;