Fossil SCM
Improve a comment.
Commit
5e368e911dcc48fe11a49a06118a0f66aab5d540
Parent
95292a13fa083da…
1 file changed
+1
-1
M
src/th.c
+1
-1
| --- src/th.c | ||
| +++ src/th.c | ||
| @@ -1059,11 +1059,11 @@ | ||
| 1059 | 1059 | ** each field of interest upon return. |
| 1060 | 1060 | */ |
| 1061 | 1061 | |
| 1062 | 1062 | struct Find { |
| 1063 | 1063 | Th_HashEntry *pValueEntry; /* Pointer to the scalar or array hash entry */ |
| 1064 | - Th_HashEntry *pElemEntry; /* Pointer to the element hash entry, if any */ | |
| 1064 | + Th_HashEntry *pElemEntry; /* Pointer to array element hash entry, if any */ | |
| 1065 | 1065 | const char *zElem; /* Name of array element, if applicable */ |
| 1066 | 1066 | int nElem; /* Length of array element name, if applicable */ |
| 1067 | 1067 | }; |
| 1068 | 1068 | typedef struct Find Find; |
| 1069 | 1069 | |
| 1070 | 1070 |
| --- src/th.c | |
| +++ src/th.c | |
| @@ -1059,11 +1059,11 @@ | |
| 1059 | ** each field of interest upon return. |
| 1060 | */ |
| 1061 | |
| 1062 | struct Find { |
| 1063 | Th_HashEntry *pValueEntry; /* Pointer to the scalar or array hash entry */ |
| 1064 | Th_HashEntry *pElemEntry; /* Pointer to the element hash entry, if any */ |
| 1065 | const char *zElem; /* Name of array element, if applicable */ |
| 1066 | int nElem; /* Length of array element name, if applicable */ |
| 1067 | }; |
| 1068 | typedef struct Find Find; |
| 1069 | |
| 1070 |
| --- src/th.c | |
| +++ src/th.c | |
| @@ -1059,11 +1059,11 @@ | |
| 1059 | ** each field of interest upon return. |
| 1060 | */ |
| 1061 | |
| 1062 | struct Find { |
| 1063 | Th_HashEntry *pValueEntry; /* Pointer to the scalar or array hash entry */ |
| 1064 | Th_HashEntry *pElemEntry; /* Pointer to array element hash entry, if any */ |
| 1065 | const char *zElem; /* Name of array element, if applicable */ |
| 1066 | int nElem; /* Length of array element name, if applicable */ |
| 1067 | }; |
| 1068 | typedef struct Find Find; |
| 1069 | |
| 1070 |