This is an automated email from the ASF dual-hosted git repository.

xiaokang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git


The following commit(s) were added to refs/heads/main by this push:
     new b3baf8ba chore(typos): fix spelling error in benchmark and cmake 
configurations (#870)
b3baf8ba is described below

commit b3baf8bae66abaf24cc6db2c9d34f6151859ffc1
Author: Jason <[email protected]>
AuthorDate: Tue Feb 24 10:18:44 2026 +0800

    chore(typos): fix spelling error in benchmark and cmake configurations 
(#870)
---
 cpp/CMakeLists.txt                             | 2 +-
 cpp/benchmarks/arrow_chunk_reader_benchmark.cc | 8 ++++----
 python/CMakeLists.txt                          | 8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index 184b3439..3d4f8bbc 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -464,7 +464,7 @@ else()
 endif()
 
 # 
------------------------------------------------------------------------------
-# build example
+# build examples
 # 
------------------------------------------------------------------------------
 if (BUILD_EXAMPLES)
     find_package(Boost REQUIRED COMPONENTS graph)
diff --git a/cpp/benchmarks/arrow_chunk_reader_benchmark.cc 
b/cpp/benchmarks/arrow_chunk_reader_benchmark.cc
index 3f8e7fd7..c133925e 100644
--- a/cpp/benchmarks/arrow_chunk_reader_benchmark.cc
+++ b/cpp/benchmarks/arrow_chunk_reader_benchmark.cc
@@ -152,7 +152,7 @@ BENCHMARK_DEFINE_F(
   }
 }
 
-// select tow columns and internal ID column
+// select two columns and internal ID column
 BENCHMARK_DEFINE_F(
     BenchmarkFixture,
     VertexPropertyArrowChunkReaderReadChunk_firstGraph_TwoColumns_V1)
@@ -208,7 +208,7 @@ BENCHMARK_DEFINE_F(
   }
 }
 
-// select tow columns and internal ID column
+// select two columns and internal ID column
 BENCHMARK_DEFINE_F(
     BenchmarkFixture,
     VertexPropertyArrowChunkReaderReadChunk_firstGraph_TwoColumns_V2)
@@ -265,7 +265,7 @@ BENCHMARK_DEFINE_F(
   }
 }
 
-// select tow columns and internal ID column
+// select two columns and internal ID column
 BENCHMARK_DEFINE_F(
     BenchmarkFixture,
     VertexPropertyArrowChunkReaderReadChunk_secondGraph_TwoColumns_V1)
@@ -323,7 +323,7 @@ BENCHMARK_DEFINE_F(
   }
 }
 
-// select tow columns and internal ID column
+// select two columns and internal ID column
 BENCHMARK_DEFINE_F(
     BenchmarkFixture,
     VertexPropertyArrowChunkReaderReadChunk_secondGraph_TwoColumns_V2)
diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index e4bd63b6..8c51edb5 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -59,10 +59,10 @@ find_package(ArrowAcero REQUIRED)
 find_package(Parquet REQUIRED)
 
 if(APPLE)
-  # cibuildwheel uses delocate to bundle external dylibs into the wheel.
-  # delocate needs to be able to resolve @rpath dependencies (e.g.
+  # cibuildwheel uses deallocate to bundle external dylibs into the wheel.
+  # deallocate needs to be able to resolve @rpath dependencies (e.g.
   # @rpath/libarrow.1300.dylib). We add the imported Arrow/Parquet library
-  # directories to LC_RPATH so delocate can find and copy them.
+  # directories to LC_RPATH so deallocate can find and copy them.
   set(_graphar_macos_rpaths "")
 
   foreach(_tgt IN ITEMS Arrow::arrow_shared ArrowDataset::arrow_dataset_shared 
ArrowAcero::arrow_acero_shared Parquet::parquet_shared)
@@ -111,7 +111,7 @@ target_compile_definitions(_core PRIVATE 
VERSION_INFO=${PROJECT_VERSION})
 # packaged libgraphar at runtime inside the wheel.
 if(APPLE)
   # Keep @loader_path for runtime inside the wheel, and add Arrow/Parquet
-  # library dirs so delocate can resolve @rpath dependencies during repair.
+  # library dirs so deallocate can resolve @rpath dependencies during repair.
   set(_core_rpath "@loader_path")
   if(_graphar_macos_rpaths)
     list(JOIN _graphar_macos_rpaths ";" _graphar_macos_rpaths_joined)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to