From c4fb788f04ba01e40a566b46b29e3b1b5e17c826 Mon Sep 17 00:00:00 2001 From: David Daniel Date: Tue, 10 Feb 2004 14:34:18 +0000 Subject: [PATCH] Correcting comment This commit was SVN r678. --- src/lam/lfc/object.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/lam/lfc/object.h b/src/lam/lfc/object.h index 7f868778ce..8be196e596 100644 --- a/src/lam/lfc/object.h +++ b/src/lam/lfc/object.h @@ -10,10 +10,9 @@ * * A class consists of a struct and singly-instantiated "class info" * descriptor. The first element of the struct must be the parent - * class. The class descriptor together with a single instance of a - * class descriptor with a well-known name based upon the class struct - * name: If the struct is sally_t, the class info descriptor should be - * xxx_t_class_info + * class's struct. The class descriptor must be given a well-known + * name based upon the class struct name: If the struct is sally_t, + * the class info descriptor should be xxx_t_class_info. * * (a) To define a class *