Skip to content

Commit e608575

Browse files
committed
Fix typo
1 parent 96fb447 commit e608575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporters/otlp/src/otlp_grpc_exporter.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ sdk::common::ExportResult OtlpGrpcExporter::Export(
105105
google::protobuf::ArenaOptions arena_options;
106106
// It's easy to allocate datas larger than 1024 when we populate basic resource and attributes
107107
arena_options.initial_block_size = 1024;
108-
// When in batch mode, it's easy to export a large number of spans at once, we can alloc a lager
108+
// When in batch mode, it's easy to export a large number of spans at once, we can alloc a larger
109109
// block to reduce memory fragments.
110110
arena_options.max_block_size = 65536;
111111
std::unique_ptr<google::protobuf::Arena> arena{new google::protobuf::Arena{arena_options}};

0 commit comments

Comments
 (0)