From: Jakub Jelinek Date: Wed, 14 Oct 2020 08:17:11 +0000 (+0200) Subject: libgomp: Fix a typo in documentation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2fa5f5c42b625143123850f13625996a0ceb69d8;p=gcc.git libgomp: Fix a typo in documentation 2020-10-14 Jakub Jelinek * libgomp.texi (omp_get_supported_active_levels): Fix a typo. --- diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 1b7710cc935..1c34bbe3201 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -177,7 +177,7 @@ linkage, and do not throw exceptions. * omp_get_num_threads:: Size of the active team * omp_get_proc_bind:: Whether theads may be moved between CPUs * omp_get_schedule:: Obtain the runtime scheduling method -* omp_get_supported_active_levels:: Maxiumum number of active levels supported +* omp_get_supported_active_levels:: Maximum number of active levels supported * omp_get_team_num:: Get team number * omp_get_team_size:: Number of threads in a team * omp_get_thread_limit:: Maximum number of threads