summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-12-09 17:22:03 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-12-09 17:48:57 +0900
commit79c57d747f7d1e6253a6df7b624a9930cb8a523c (patch)
treeea3e662d0ca6f31b5ce4d299ef8dc9b38976caae /string.c
parent25f277abe481b9109d59d28a2eee3f9998a9ad3a (diff)
Fixed by `misspell -w -error -source=text`
Diffstat (limited to 'string.c')
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index 9327306384..52d1f28cc1 100644
--- a/string.c
+++ b/string.c
@@ -3979,7 +3979,7 @@ rb_str_append_as_bytes(int argc, VALUE *argv, VALUE str)
clear_cr:
// If no fast path was hit, we clear the coderange.
- // append_as_bytes is predominently meant to be used in
+ // append_as_bytes is predominantly meant to be used in
// buffering situation, hence it's likely the coderange
// will never be scanned, so it's not worth spending time
// precomputing the coderange except for simple and common