From: Jim Cromie Date: Thu, 27 Sep 2007 19:29:43 +0000 (-0600) Subject: [patch] s/thinngy/thingy/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f2fc5c80d1dc0be49a3595b9da0de11e796c58eb;p=p5sagit%2Fp5-mst-13.2.git [patch] s/thinngy/thingy/ Message-ID: <46FC5907.4010205@gmail.com> p4raw-id: //depot/perl@31989 --- diff --git a/sv.c b/sv.c index a07a57f..c9fd89d 100644 --- a/sv.c +++ b/sv.c @@ -9497,7 +9497,7 @@ Perl_sv_vcatpvfn(pTHX_ SV *sv, const char *pat, STRLEN patlen, va_list *args, SV All the macros and functions in this section are for the private use of the main function, perl_clone(). -The foo_dup() functions make an exact copy of an existing foo thinngy. +The foo_dup() functions make an exact copy of an existing foo thingy. During the course of a cloning, a hash table is used to map old addresses to new addresses. The table is created and manipulated with the ptr_table_* functions.