]> git.vpit.fr Git - perl/modules/autovivification.git/commitdiff
Correct a copypasted comment
authorVincent Pit <vince@profvince.com>
Fri, 31 Jul 2015 17:17:58 +0000 (14:17 -0300)
committerVincent Pit <vince@profvince.com>
Fri, 31 Jul 2015 17:17:58 +0000 (14:17 -0300)
autovivification.xs

index 828ea9a91c2389d0acf6ce8f191dbc45be4a1677..7a175eb3640552764b4c618cb7d585136dbeee39 100644 (file)
@@ -157,9 +157,9 @@ static SV *a_vivify_ref(pTHX_ SV *sv, int to_hash) {
 # define A_CHECK_LOCK   OP_REFCNT_LOCK
 # define A_CHECK_UNLOCK OP_REFCNT_UNLOCK
 #else
-/* Before perl 5.9.3, indirect_ck_*() calls are already protected by the
- * A_LOADED mutex, which falls back to the OP_REFCNT mutex. Make sure we don't
- * lock it twice. */
+/* Before perl 5.9.3, a_ck_*() calls are already protected by the A_LOADED
+ * mutex, which falls back to the OP_REFCNT mutex. Make sure we don't lock it
+ * twice. */
 # define A_CHECK_LOCK   NOOP
 # define A_CHECK_UNLOCK NOOP
 #endif