Fix a typo in the same comment, one line below.

Submitted by:	bf1783 googlemail com
This commit is contained in:
ed 2009-06-23 14:12:49 +00:00
parent 61c9d9a0f6
commit 9400451d81

View File

@ -1309,7 +1309,7 @@ init_rtld(caddr_t mapbase)
* Conjure up an Obj_Entry structure for the dynamic linker.
*
* The "path" member can't be initialized yet because string constants
* cannot yet be acessed. Below we will set it correctly.
* cannot yet be accessed. Below we will set it correctly.
*/
memset(&objtmp, 0, sizeof(objtmp));
objtmp.path = NULL;