libgomp: Fix comment typo
authorJakub Jelinek <jakub@redhat.com>
Thu, 16 Feb 2023 11:10:19 +0000 (12:10 +0100)
committerJakub Jelinek <jakub@redhat.com>
Thu, 16 Feb 2023 11:10:19 +0000 (12:10 +0100)
commit9d71955f383058f17362c1960bdf8ba2b8c74857
tree508cd88b0b5c94825774380c05e5e7f998c94922
parentdc79eba72b4d16180e500eba336f511a485a8496
libgomp: Fix comment typo

I saw
FAIL: libgomp.fortran/target-nowait-array-section.f90   -O  execution test
in my last x86_64-linux bootstrap.  From quick skimming, it might be just
unreliable test, which assumes that asynchronous execution wouldn't produce
ordered sequence, but can't it happen even with asynchronous execution?

That said, while skimming the test, I've noticed a comment typo and
this patch fixes that up.

2023-02-16  Jakub Jelinek  <jakub@redhat.com>

* testsuite/libgomp.fortran/target-nowait-array-section.f90: Fix
comment typo and improve its wording.
libgomp/testsuite/libgomp.fortran/target-nowait-array-section.f90