Improve grammar

This commit is contained in:
Neal Norwitz 2002-01-01 21:14:12 +00:00
parent 93227275dc
commit e790eae7cf
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Core and builtins
Extension modules
- dl is now build on every system that has dlfcn.h. Failure in case
- dl now builds on every system that has dlfcn.h. Failure in case
of sizeof(int)!=sizeof(long)!=sizeof(void*) is delayed until dl.open
is called.