get magic typo
Dave Mitchell [Fri, 8 Mar 2002 17:08:45 +0000 (17:08 +0000)]
   Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>

p4raw-id: //depot/perl@15193

pod/perlguts.pod

index 9af82a5..cda5285 100644 (file)
@@ -886,7 +886,7 @@ actions depending on which function is being called.
 
     Function pointer    Action taken
     ----------------    ------------
-    svt_get             Do something after the value of the SV is retrieved.
+    svt_get             Do something before the value of the SV is retrieved.
     svt_set             Do something after the SV is assigned a value.
     svt_len             Report on the SV's length.
     svt_clear          Clear something the SV represents.