Committed as obvious. Tobias
Index: libgomp/ChangeLog =================================================================== --- libgomp/ChangeLog (revision 280006) +++ libgomp/ChangeLog (revision 280008) @@ -0,0 +1,4 @@ +2020-01-08 Tobias Burnus <[email protected]> + + * libgomp.texi: Fix typos, use https. + Index: libgomp/libgomp.texi =================================================================== --- libgomp/libgomp.texi (revision 280006) +++ libgomp/libgomp.texi (revision 280008) @@ -1730 +1730 @@ -@uref{http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00493.html, +@uref{https://gcc.gnu.org/ml/gcc-patches/2006-06/msg00493.html, @@ -1732 +1732 @@ -@uref{http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00496.html, +@uref{https://gcc.gnu.org/ml/gcc-patches/2006-06/msg00496.html, @@ -1814 +1814 @@ -@code{#pragma acc} in C/C++ and @code{!$accp} directives in free form, +@code{#pragma acc} in C/C++ and @code{!$acc} directives in free form, @@ -1855 +1855 @@ -* acc_async_test_all:: Tests for completion of all asychronous +* acc_async_test_all:: Tests for completion of all asynchronous @@ -1859 +1859 @@ -* acc_wait_all:: Waits for completion of all asyncrhonous +* acc_wait_all:: Waits for completion of all asynchronous @@ -1942 +1942 @@ -This function indicates to the runtime library which device typr, specified +This function indicates to the runtime library which device type, specified @@ -1993 +1993 @@ -specified by @var{num}, associated with the specifed device +specified by @var{num}, associated with the specified device @@ -2396 +2396 @@ -This function tests if the host data specifed by @var{a} and of length +This function tests if the host data specified by @var{a} and of length @@ -2469 +2469 @@ -This function tests if the host data specifed by @var{a} and of length +This function tests if the host data specified by @var{a} and of length @@ -3036 +3036 @@ -The primary means by that the asychronous functionality is accessed +The primary means by that the asynchronous functionality is accessed @@ -3938 +3938 @@ -be reported via @uref{http://gcc.gnu.org/bugzilla/, Bugzilla}. Please add +be reported via @uref{https://gcc.gnu.org/bugzilla/, Bugzilla}. Please add
