svn commit: r194689 - head/libexec/rtld-elf

Ed Schouten ed at FreeBSD.org
Tue Jun 23 09:50:51 UTC 2009


Author: ed
Date: Tue Jun 23 09:50:50 2009
New Revision: 194689
URL: http://svn.freebsd.org/changeset/base/194689

Log:
  Fix typo in comment.
  
  Submitted by:	Christoph Mallon

Modified:
  head/libexec/rtld-elf/rtld.c

Modified: head/libexec/rtld-elf/rtld.c
==============================================================================
--- head/libexec/rtld-elf/rtld.c	Tue Jun 23 09:04:59 2009	(r194688)
+++ head/libexec/rtld-elf/rtld.c	Tue Jun 23 09:50:50 2009	(r194689)
@@ -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));


More information about the svn-src-head mailing list