[ID 20020307.010] [Patch docs] A _very_ small patch to correct a
Anton Tagunov [Fri, 8 Mar 2002 05:26:59 +0000 (08:26 +0300)]
    minor typo in perlguts.pod
   Message-Id: <4649821189.20020308052659@motor.ru>

p4raw-id: //depot/perl@15089

pod/perlguts.pod

index 2b8faf0..bfd11de 100644 (file)
@@ -54,7 +54,7 @@ To change the value of an *already-existing* SV, there are seven routines:
     void  sv_setpv(SV*, const char*);
     void  sv_setpvn(SV*, const char*, int)
     void  sv_setpvf(SV*, const char*, ...);
-    void  sv_vsetpvfn(SV*, const char*, STRLEN, va_list *, SV **, I32, bool);
+    void  sv_vsetpvfn(SV*, const char*, STRLEN, va_list *, SV **, I32, bool *);
     void  sv_setsv(SV*, SV*);
 
 Notice that you can choose to specify the length of the string to be