Date: Wed, 25 Jan 2012 07:12:45 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r230527 - stable/9/sys/sys Message-ID: <201201250712.q0P7CjTE012026@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kib Date: Wed Jan 25 07:12:45 2012 New Revision: 230527 URL: http://svn.freebsd.org/changeset/base/230527 Log: MFC r230459: Fix typo. Modified: stable/9/sys/sys/elf_common.h Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/sys/elf_common.h ============================================================================== --- stable/9/sys/sys/elf_common.h Wed Jan 25 04:48:27 2012 (r230526) +++ stable/9/sys/sys/elf_common.h Wed Jan 25 07:12:45 2012 (r230527) @@ -384,7 +384,7 @@ typedef struct { #define DT_INIT_ARRAYSZ 27 /* Size in bytes of the array of initialization functions. */ #define DT_FINI_ARRAYSZ 28 /* Size in bytes of the array of - terminationfunctions. */ + termination functions. */ #define DT_RUNPATH 29 /* String table offset of a null-terminated library search path string. */ #define DT_FLAGS 30 /* Object specific flag values. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201250712.q0P7CjTE012026>