From: Gurusamy Sarathy Date: Wed, 22 Mar 2000 19:43:22 +0000 (+0000) Subject: typo in comment X-Git-Tag: accepted/trunk/20130322.191538~35041 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1001cf6c744fd6c12445113daebc45fc715459fd;p=platform%2Fupstream%2Fperl.git typo in comment p4raw-id: //depot/perl@5890 --- diff --git a/ext/DynaLoader/dlutils.c b/ext/DynaLoader/dlutils.c index 7b67cf0..9d88f5f 100644 --- a/ext/DynaLoader/dlutils.c +++ b/ext/DynaLoader/dlutils.c @@ -21,7 +21,7 @@ static HV *dl_loaded_files = Nullhv; /* only needed on a few systems */ #ifdef DEBUGGING -static int dl_debug = 0; /* value copied from $DynaLoader::dl_error */ +static int dl_debug = 0; /* value copied from $DynaLoader::dl_debug */ #define DLDEBUG(level,code) if (dl_debug>=level) { code; } #else #define DLDEBUG(level,code)