Skip to content

Commit 3d6f2ad

Browse files
committed
comment: typo fix
1 parent 61a632e commit 3d6f2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/maglev/stats/load_stats.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ std::basic_ostream<Char, Traits>& operator<<(
317317
return os;
318318
}
319319

320-
/// To describe a unweighted server's load in RPC scene.
320+
/// To describe an unweighted server's load in RPC scene.
321321
template <typename QueryCntType = unsigned int,
322322
typename LatencyCntType = unsigned long long,
323323
size_t SeqSize = 64>

0 commit comments

Comments
 (0)