summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorMatthew Horsfall (alh) <wolfsage@gmail.com>2014-01-29 12:37:17 -0500
committerTony Cook <tony@develop-help.com>2014-01-30 09:57:32 +1100
commitc23ac57f3656377a4954ff12ebe72321085d90fe (patch)
tree1298bbc22d8852129a9c5bb818eb6abfb4a2cbe0 /op.c
parent6e79ab66ceb8b6d6046d356b6b4eba9c98b33599 (diff)
downloadperl-c23ac57f3656377a4954ff12ebe72321085d90fe.tar.gz
Clarify op_free documentation
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index 5c67db234a..dd43323c00 100644
--- a/op.c
+++ b/op.c
@@ -675,7 +675,7 @@ S_op_destroy(pTHX_ OP *o)
/*
=for apidoc Am|void|op_free|OP *o
-Frees an op when it is no longer linked in any optree.
+Free an op. Only use this when an op is no longer linked to from any optree.
=cut
*/