From 0c938a8dd80ad707ec1f20d936cc5c9d73df8de5 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Mon, 3 Aug 2020 16:37:25 -0700 Subject: [PATCH] OpenMP: Fix typo variabls -> variables --- openmp/runtime/tools/lib/Platform.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmp/runtime/tools/lib/Platform.pm b/openmp/runtime/tools/lib/Platform.pm index a6b158d..38593a1 100644 --- a/openmp/runtime/tools/lib/Platform.pm +++ b/openmp/runtime/tools/lib/Platform.pm @@ -450,7 +450,7 @@ C<--target-architecture=I> and C<--target-os=I> 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 -- 2.7.4