Author: ed
Date: Tue Jun 23 14:12:49 2009
New Revision: 194705
URL: http://svn.freebsd.org/changeset/base/194705

Log:
  Fix a typo in the same comment, one line below.
  
  Submitted by: bf1783 googlemail com

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

Modified: head/libexec/rtld-elf/rtld.c
==============================================================================
--- head/libexec/rtld-elf/rtld.c        Tue Jun 23 14:11:41 2009        
(r194704)
+++ head/libexec/rtld-elf/rtld.c        Tue Jun 23 14:12:49 2009        
(r194705)
@@ -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;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to