Fix a typo in the same comment, one line below.
Submitted by: bf1783 googlemail com
This commit is contained in:
parent
61c9d9a0f6
commit
9400451d81
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user