Commit 300a2ab5 300a2ab502695d2d633bbd4ab1bf697101a5ae89 by Sergey Poznyakoff

Fixed malformed comment

1 parent 7ed9b067
...@@ -50,7 +50,7 @@ struct val_ctr { /* Data passed to the counter function */ ...@@ -50,7 +50,7 @@ struct val_ctr { /* Data passed to the counter function */
50 50
51 Input: 51 Input:
52 ITEM is the name of the header to scan. 52 ITEM is the name of the header to scan.
53 DATA is a pointer to the val_ctr structure */ 53 DATA is a pointer to the val_ctr structure
54 Return value: 54 Return value:
55 non-zero if the limit on the number of addresses has been reached. */ 55 non-zero if the limit on the number of addresses has been reached. */
56 56
......