diff options
author | Jim Cromie <jcromie@cpan.org> | 2007-09-27 13:29:43 -0600 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2007-09-28 06:21:34 +0000 |
commit | f2fc5c80d1dc0be49a3595b9da0de11e796c58eb (patch) | |
tree | fb0c01df802a7748b6973f4d2fdd989f974ffa57 | |
parent | 6c860c16eedf5aa7517b2af8762c85efd99e9418 (diff) | |
download | perl-f2fc5c80d1dc0be49a3595b9da0de11e796c58eb.tar.gz |
[patch] s/thinngy/thingy/
Message-ID: <46FC5907.4010205@gmail.com>
p4raw-id: //depot/perl@31989
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |