From 796b6530911f5ebd6a26275873610304e63d5d19 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 7 May 2015 10:58:54 -0600 Subject: Various pods: Add C<> around many typed-as-is things Removes 'the' in front of parameter names in some instances. --- pp_sys.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pp_sys.c') diff --git a/pp_sys.c b/pp_sys.c index 658dee19fa..12e235ccd4 100644 --- a/pp_sys.c +++ b/pp_sys.c @@ -1265,10 +1265,10 @@ PP(pp_sselect) =for apidoc setdefout -Sets PL_defoutgv, the default file handle for output, to the passed in -typeglob. As PL_defoutgv "owns" a reference on its typeglob, the reference +Sets C, the default file handle for output, to the passed in +typeglob. As C "owns" a reference on its typeglob, the reference count of the passed in typeglob is increased by one, and the reference count -of the typeglob that PL_defoutgv points to is decreased by one. +of the typeglob that C points to is decreased by one. =cut */ -- cgit v1.2.1