diff options
author | Jakub Jelinek <jakub@redhat.com> | 2020-10-14 10:17:11 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2020-10-14 10:17:11 +0200 |
commit | 2fa5f5c42b625143123850f13625996a0ceb69d8 (patch) | |
tree | 77bb68b9365ccac230f56829cb8477d66b665db6 | |
parent | 7e5aeda340d71a84fbd15504e848a949b2a00d5a (diff) | |
download | gcc-2fa5f5c42b625143123850f13625996a0ceb69d8.zip gcc-2fa5f5c42b625143123850f13625996a0ceb69d8.tar.gz gcc-2fa5f5c42b625143123850f13625996a0ceb69d8.tar.bz2 |
libgomp: Fix a typo in documentation
2020-10-14 Jakub Jelinek <jakub@redhat.com>
* libgomp.texi (omp_get_supported_active_levels): Fix a typo.
-rw-r--r-- | libgomp/libgomp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 1b7710c..1c34bbe 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 |