summaryrefslogtreecommitdiff
path: root/mg_raw.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-24 01:45:47 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-10-10 21:56:31 -0700
commite5e1ee61c50f938a3a8b7487d29d5128d4f9a909 (patch)
tree7bb4f1d284080894c6c471192b67cc8930beddb9 /mg_raw.h
parent9cce4f9a8471c0b7a6994f36be8819352a4d9483 (diff)
downloadperl-e5e1ee61c50f938a3a8b7487d29d5128d4f9a909.tar.gz
Capitalise magic descriptions consistently
Diffstat (limited to 'mg_raw.h')
-rw-r--r--mg_raw.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/mg_raw.h b/mg_raw.h
index e6bda5d9a8..4b3d35d428 100644
--- a/mg_raw.h
+++ b/mg_raw.h
@@ -11,7 +11,7 @@
{ '#', "want_vtbl_arylen | PERL_MAGIC_VALUE_MAGIC",
"/* arylen '#' Array length ($#ary) */" },
{ '%', "magic_vtable_max | PERL_MAGIC_VALUE_MAGIC",
- "/* rhash '%' extra data for restricted hashes */" },
+ "/* rhash '%' Extra data for restricted hashes */" },
{ '&', "magic_vtable_max",
"/* proto '&' my sub prototype CV */" },
{ '*', "want_vtbl_debugvar",
@@ -19,11 +19,11 @@
{ '.', "want_vtbl_pos | PERL_MAGIC_VALUE_MAGIC",
"/* pos '.' pos() lvalue */" },
{ ':', "magic_vtable_max | PERL_MAGIC_VALUE_MAGIC",
- "/* symtab ':' extra data for symbol tables */" },
+ "/* symtab ':' Extra data for symbol tables */" },
{ '<', "want_vtbl_backref | PERL_MAGIC_READONLY_ACCEPTABLE | PERL_MAGIC_VALUE_MAGIC",
- "/* backref '<' for weak ref data */" },
+ "/* backref '<' For weak ref data */" },
{ '@', "magic_vtable_max | PERL_MAGIC_VALUE_MAGIC",
- "/* arylen_p '@' to move arylen out of XPVAV */" },
+ "/* arylen_p '@' To move arylen out of XPVAV */" },
{ 'B', "want_vtbl_regexp | PERL_MAGIC_READONLY_ACCEPTABLE | PERL_MAGIC_VALUE_MAGIC",
"/* bm 'B' Boyer-Moore (fast string search) */" },
{ 'c', "want_vtbl_ovrld",
@@ -63,7 +63,7 @@
{ 'q', "want_vtbl_packelem",
"/* tiedscalar 'q' Tied scalar or handle */" },
{ 'r', "want_vtbl_regexp | PERL_MAGIC_READONLY_ACCEPTABLE | PERL_MAGIC_VALUE_MAGIC",
- "/* qr 'r' precompiled qr// regex */" },
+ "/* qr 'r' Precompiled qr// regex */" },
{ 'S', "magic_vtable_max",
"/* sig 'S' %SIG hash */" },
{ 's', "want_vtbl_sigelem",
@@ -85,7 +85,7 @@
{ '\\', "want_vtbl_lvref",
"/* lvref '\\' Lvalue reference in list assignment */" },
{ ']', "want_vtbl_checkcall | PERL_MAGIC_VALUE_MAGIC",
- "/* checkcall ']' inlining/mutation of call to this CV */" },
+ "/* checkcall ']' Inlining/mutation of call to this CV */" },
{ '~', "magic_vtable_max",
"/* ext '~' Available for use by extensions */" },