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));
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to