Fix typo in comment.

Submitted by:	Christoph Mallon
This commit is contained in:
Ed Schouten 2009-06-23 09:50:50 +00:00
parent e71280c7bc
commit 75b872ee53
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194689

View File

@ -1308,7 +1308,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 constatns
* The "path" member can't be initialized yet because string constants
* cannot yet be acessed. Below we will set it correctly.
*/
memset(&objtmp, 0, sizeof(objtmp));