diff options
author | Matthew Horsfall (alh) <wolfsage@gmail.com> | 2014-01-29 12:37:17 -0500 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-01-30 09:57:32 +1100 |
commit | c23ac57f3656377a4954ff12ebe72321085d90fe (patch) | |
tree | 1298bbc22d8852129a9c5bb818eb6abfb4a2cbe0 /op.c | |
parent | 6e79ab66ceb8b6d6046d356b6b4eba9c98b33599 (diff) | |
download | perl-c23ac57f3656377a4954ff12ebe72321085d90fe.tar.gz |
Clarify op_free documentation
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |