summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-01-28 17:55:04 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-01-28 17:55:04 -0800
commit865ec3f2de36b6663f3e2e06ad07e5b5b0c65ecd (patch)
treead78206c9a43152856e26ea415198cb333e4b9e5
parent7e68f15291c4da4e5b8237bfe9690edbd9c5a5d3 (diff)
downloadperl-865ec3f2de36b6663f3e2e06ad07e5b5b0c65ecd.tar.gz
op.c: fix grammar in apidocs
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index 68d058ed82..5c67db234a 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 no longer linked in any optree.
+Frees an op when it is no longer linked in any optree.
=cut
*/