OpenMP: Fix typo variabls -> variables

This commit is contained in:
David Blaikie 2020-08-03 16:37:25 -07:00
parent 81eeabbd97
commit 0c938a8dd8
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ C<--target-architecture=I<str>> and C<--target-os=I<str>> options. Typical usage
Platform::target_options(), # Let script recognize --target-os and --target-arch options.
...
);
# Initialize variabls after parsing command line.
# Initialize variables after parsing command line.
( $os, $arch, $platform ) = ( Platform::target_os(), Platform::target_arch(), Platform::target_platform() );
=back