From e7a266b2661411a460bd9503dd4ae336a1d74459 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Sat, 23 Dec 2006 21:08:02 +0000 Subject: Spelling. 'preceeding' -> 'preceding' 'preceeds' -> 'precedes' 'preceeded' -> 'preceded' --- libexec/ld.so/library_subr.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libexec') 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 -- cgit v1.2.3