From 8d8228f365fe24c5236e44c0dbf42942ba63cc2c Mon Sep 17 00:00:00 2001 From: Matt Larsen <279-mclarsen@users.noreply.gitlab.kitware.com> Date: Thu, 11 Mar 2021 21:12:06 +0000 Subject: [PATCH] correct type in comment --- vtkm/internal/Configure.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtkm/internal/Configure.h.in b/vtkm/internal/Configure.h.in index 0e2348d34..9f0f66ac0 100644 --- a/vtkm/internal/Configure.h.in +++ b/vtkm/internal/Configure.h.in @@ -41,7 +41,7 @@ #define VTKM_PGI #elif defined(__ibmxl__) -//Check for xl before GCC and clang, as xl claims it many things +//Check for xl before GCC and clang, as xl claims it is many things #define VTKM_XL #elif defined(__clang__)