Skip to content

Commit a9cdeaf

Browse files
authored
MINOR: [C++] Fix grammar typo in visibility.h (#47420)
### Rationale for this change Tiny grammar mistake ### What changes are included in this PR? Just the above typo fix ### Are these changes tested? Yes ### Are there any user-facing changes? No Authored-by: Koustubh Rao <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 6933c67 commit a9cdeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/util/visibility.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# define ARROW_DLLIMPORT __declspec(dllimport)
3737
# endif
3838

39-
// _declspec(dllexport) even when the #included by a non-arrow source
39+
// _declspec(dllexport) even when #included by a non-arrow source
4040
# define ARROW_FORCE_EXPORT ARROW_DLLEXPORT
4141

4242
# ifdef ARROW_STATIC

0 commit comments

Comments
 (0)