X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/f0b90de1127cfd7f88a667aff4553d624d6e451d..2338da5a00e98910006b24c724aeb72c75ac8d22:/av.h diff --git a/av.h b/av.h index 8b0e656..8d18d25 100644 --- a/av.h +++ b/av.h @@ -28,7 +28,7 @@ struct xpvav { * real if the array needs to be modified in some way. Functions that * modify fake AVs check both flags to call av_reify() as appropriate. * - * Note that the Perl stack and @DB::args have neither flag set. (Thus, + * Note that the Perl stack has neither flag set. (Thus, * items that go on the stack are never refcounted.) * * These internal details are subject to change any time. AV