diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-12-23 21:08:02 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-12-23 21:08:02 +0000 |
commit | e7a266b2661411a460bd9503dd4ae336a1d74459 (patch) | |
tree | d67be598caed8a7d1c362d40f678a112f03c2c9e /libexec | |
parent | 9097d68b42a318413a55cc016ab66b4cb16c4a12 (diff) |
Spelling.
'preceeding' -> 'preceding'
'preceeds' -> 'precedes'
'preceeded' -> 'preceded'
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/ld.so/library_subr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/ld.so/library_subr.c b/libexec/ld.so/library_subr.c index 1e9f5cc0209..c95e8db31a0 100644 --- a/libexec/ld.so/library_subr.c +++ b/libexec/ld.so/library_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: library_subr.c,v 1.26 2006/05/08 20:37:01 deraadt Exp $ */ +/* $OpenBSD: library_subr.c,v 1.27 2006/12/23 21:08:01 krw Exp $ */ /* * Copyright (c) 2002 Dale Rahn @@ -255,12 +255,12 @@ _dl_load_shlib_hint(struct sod *sod, struct sod *req_sod, int type, /* * Load a shared object. Search order is: - * If the name contains a '/' use only the path preceeding the + * If the name contains a '/' use only the path preceding the * library name and do not continue on to other methods if not * found. - * search hints for match in path preceeding library name + * search hints for match in path preceding library name * this will only match specific library version. - * search path preceeding library name + * search path preceding library name * this will find largest minor version in path provided * try the LD_LIBRARY_PATH specification (if present) * search hints for match in LD_LIBRARY_PATH dirs |