diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2001-06-28 01:37:50 +0530 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-27 14:33:53 +0000 |
commit | 5e045b90f07bc8de230eea666c385008bdfde4f9 (patch) | |
tree | 375487ba456fdae57074019a7f5683af55466cff /sv.h | |
parent | 89bb8afa765779f815d6d436b7f1e9db9b5c2327 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |