Skip to content

Commit 56451cf

Browse files
Fixing clang-tidy error
1 parent a45e103 commit 56451cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/strings/bytes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void interger_overflow(uint64_t v) {
6767
KLLVM_HOOK_INVALID_ARGUMENT("Integer overflow on value: {}", v);
6868
}
6969

70-
void buffer_overflow_replaceAt(
70+
void buffer_overflow_replace_at(
7171
uint64_t start, uint64_t dest_len, uint64_t src_len) {
7272
KLLVM_HOOK_INVALID_ARGUMENT(
7373
"Buffer overflow on replaceAt: start={}, dest_len={}, src_len={}", start,

0 commit comments

Comments
 (0)