Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2009 14:12:49 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r194705 - head/libexec/rtld-elf
Message-ID:  <200906231412.n5NECnkx078410@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906231412.n5NECnkx078410>