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

Submitted by:	bf1783 googlemail com
This commit is contained in:
Ed Schouten 2009-06-23 14:12:49 +00:00
parent dc428c2ffe
commit 26d0788e89
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194705

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;