From 4ee8f8a8eef086c4d067015d0dcd34a3cd5052ea Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 15 Jul 1999 23:14:30 +0000 Subject: [PATCH] fixed comment --- src/ca/cadef.h | 2 +- src/include/cadef.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ca/cadef.h b/src/ca/cadef.h index db7d97629..94f8be90b 100644 --- a/src/ca/cadef.h +++ b/src/ca/cadef.h @@ -136,7 +136,7 @@ HDRVERSIONID(cadefh, "@(#) $Id$") #define ca_name(CHID) ((READONLY char *)((CHID)+1)) /* * the odd cast here removes const (and allows past practice - * of using ca_puser(CHID) as an lvalue. + * of using ca_puser(CHID) as an lvalue). */ #define ca_puser(CHID) (*(void **)&((CHID)->puser)) /* diff --git a/src/include/cadef.h b/src/include/cadef.h index db7d97629..94f8be90b 100644 --- a/src/include/cadef.h +++ b/src/include/cadef.h @@ -136,7 +136,7 @@ HDRVERSIONID(cadefh, "@(#) $Id$") #define ca_name(CHID) ((READONLY char *)((CHID)+1)) /* * the odd cast here removes const (and allows past practice - * of using ca_puser(CHID) as an lvalue. + * of using ca_puser(CHID) as an lvalue). */ #define ca_puser(CHID) (*(void **)&((CHID)->puser)) /*