From 9c1b73bad237d2e453aaf8ef9b85c264f698267d Mon Sep 17 00:00:00 2001 From: Koustubh Rao <88176320+YKoustubhRao@users.noreply.github.com> Date: Sat, 23 Aug 2025 15:37:09 +0530 Subject: [PATCH] Fix grammar typo in visibility.h Was just cursing through each file, this typo was bit bugging (not a grammar nazi) --- cpp/src/arrow/util/visibility.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/arrow/util/visibility.h b/cpp/src/arrow/util/visibility.h index 9a53cdbdeff..22fbd2bbeb3 100644 --- a/cpp/src/arrow/util/visibility.h +++ b/cpp/src/arrow/util/visibility.h @@ -36,7 +36,7 @@ # define ARROW_DLLIMPORT __declspec(dllimport) # endif -// _declspec(dllexport) even when the #included by a non-arrow source +// _declspec(dllexport) even when #included by a non-arrow source # define ARROW_FORCE_EXPORT ARROW_DLLEXPORT # ifdef ARROW_STATIC