Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cpp/src/arrow/util/visibility.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading