table: Replace table_joined_cell by table_cell.
[pspp] / src / output / table.h
index b3a9c41682e6bbb676d2ffbc3c1b3a176ca9aea0..f63667bd0fe674ccc913c2e88b06bdefdab1bcb6 100644 (file)
@@ -221,10 +221,10 @@ struct table
 
     /* Table contents.
 
-       Each array element in cc[] is ordinarily a "char *" pointer to a
-       string.  If TAB_JOIN (defined in tab.c) is set in ct[] for the element,
+       Each array element in cc[] is ordinarily a "char *" pointer to a string.
+       If TAB_JOIN (defined in table.c) is set in ct[] for the element,
        however, it is a joined cell and the corresponding element of cc[]
-       points to a struct tab_joined_cell. */
+       points to a struct table_cell. */
     void **cc;                  /* Cell contents; void *[nr][nc]. */
     unsigned short *ct;                /* Cell types; unsigned short[nr][nc]. */
     struct area_style *styles[8];