From 2f7270c68150d9f49b48c8ff995f4f343d216cee Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 28 Feb 2023 03:56:06 +1000 Subject: Fix spelling (#7389) --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string.c') diff --git a/string.c b/string.c index eefa6f397c..6fd5866336 100644 --- a/string.c +++ b/string.c @@ -333,7 +333,7 @@ rb_str_update_shared_ary(VALUE str, VALUE old_root, VALUE new_root) return; } - // if the root string isn't embedded, we don't need to touch the ponter. + // if the root string isn't embedded, we don't need to touch the pointer. // it already points to the shame shared buffer if (!STR_EMBED_P(new_root)) { return; -- cgit v1.2.1