diff options
author | vries <vries@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-15 13:57:04 +0000 |
---|---|---|
committer | vries <vries@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-15 13:57:04 +0000 |
commit | 452213131180158c3d084853766703d8988d7714 (patch) | |
tree | 25b21df7ff0a21e6e5379f3cf8fd1ec071c40280 /libgomp/testsuite | |
parent | fe5ea207f3b40671a5ef960a27fd4d23fae1f05b (diff) | |
download | gcc-452213131180158c3d084853766703d8988d7714.tar.gz |
Fix typo in libgomp/testsuite/libgomp.c/pr35625.c
2015-06-15 Tom de Vries <tom@codesourcery.com>
* testsuite/libgomp.c/pr35625.c: Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224483 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/testsuite')
-rw-r--r-- | libgomp/testsuite/libgomp.c/pr35625.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/testsuite/libgomp.c/pr35625.c b/libgomp/testsuite/libgomp.c/pr35625.c index 14c45d4d2b9..eac9ce9111a 100644 --- a/libgomp/testsuite/libgomp.c/pr35625.c +++ b/libgomp/testsuite/libgomp.c/pr35625.c @@ -1,6 +1,6 @@ /* PR libgomp/35625 */ /* { dg-do run } */ -/* { dg-aditional-options "-std=c99" } */ +/* { dg-additional-options "-std=c99" } */ int main (void) |