From e409ea22ec691aeffdbe89edc535eb600158889a Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 30 May 2020 22:04:41 +0200 Subject: [PATCH 209/310] libdtrace: Fix comment typo Obtained from: ElectroBSD --- cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c b/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c index 0b3dac0224f9..6106e09e01db 100644 --- a/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c +++ b/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c @@ -1207,7 +1207,7 @@ process_obj(dtrace_hdl_t *dtp, const char *obj, int *eprobesp) /* * We use this token as a relatively unique handle for this file on the * system in order to disambiguate potential conflicts between files of - * the same name which contain identially named local symbols. + * the same name which contain identically named local symbols. */ if ((objkey = hash_obj(obj, fd)) == (unsigned int)-1) return (dt_link_error(dtp, elf, fd, bufs, -- 2.37.1