--- src/usr.bin/make/str.c 2005/05/05 09:08:42 1.31 +++ src/usr.bin/make/str.c 2005/05/18 21:35:17 1.32 @@ -51,7 +51,7 @@ /** * Initialize the argument array object. The array is initially - * eight positions, and will be expaned as nessisary. The first + * eight positions, and will be expaned as necessary. The first * position is set to NULL since everything ignores it. We allocate * (size + 1) since we need space for the terminating NULL. The * buffer is set to NULL, since no common buffer is alloated yet.