From 14ef9c185b79f55f8221a29accd8d3326367102a Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Fri, 11 Dec 2020 02:00:00 +0000 Subject: treewide: fix incorrect spelling of indices in comments Replace 'indeces' with 'indices', the most annoying of these typos were those found in elf.h which is a public header file copied to other projects. --- nptl_db/td_thr_tsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl_db') diff --git a/nptl_db/td_thr_tsd.c b/nptl_db/td_thr_tsd.c index 4c9c45e055..f1b4684ba9 100644 --- a/nptl_db/td_thr_tsd.c +++ b/nptl_db/td_thr_tsd.c @@ -48,7 +48,7 @@ td_thr_tsd (const td_thrhandle_t *th, const thread_key_t tk, void **data) if (err != TD_OK) return err; - /* Compute the indeces. */ + /* Compute the indices. */ pthread_key_2ndlevel_size = DB_DESC_NELEM (th->th_ta_p->ta_field_pthread_key_data_level2_data); idx1st = tk / pthread_key_2ndlevel_size; -- cgit 1.4.1