summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2001-06-28 01:37:50 +0530
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-27 14:33:53 +0000
commit5e045b90f07bc8de230eea666c385008bdfde4f9 (patch)
tree375487ba456fdae57074019a7f5683af55466cff /sv.h
parent89bb8afa765779f815d6d436b7f1e9db9b5c2327 (diff)
downloadperl-5e045b90f07bc8de230eea666c385008bdfde4f9.tar.gz
two little documentation nits
Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org> p4raw-id: //depot/perl@10989
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index 0085b368ac..74a47d0a39 100644
--- a/sv.h
+++ b/sv.h
@@ -61,7 +61,7 @@ typedef enum {
/* Using C's structural equivalence to help emulate C++ inheritance here... */
-struct STRUCT_SV {
+struct STRUCT_SV { /* struct sv { */
void* sv_any; /* pointer to something */
U32 sv_refcnt; /* how many references to us */
U32 sv_flags; /* what we are */