OpenMP: Fix typo variabls -> variables
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 3 Aug 2020 23:37:25 +0000 (16:37 -0700)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 4 Aug 2020 00:00:15 +0000 (17:00 -0700)
openmp/runtime/tools/lib/Platform.pm

index a6b158d..38593a1 100644 (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