diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-01-21 21:18:38 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-01-21 21:18:38 +0200 |
commit | 2392d255749715ad337d3f5e23d3de7f2065e3dd (patch) | |
tree | fe494a58ef2692ea43848bed12aec6092bc341a1 /pb.h | |
parent | eab4151a99f0c2fc2f41c51356d04898255ccbfe (diff) |
Fix misleading comment (current generator sets LTYPE always).
Diffstat (limited to 'pb.h')
-rw-r--r-- | pb.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -100,8 +100,8 @@ typedef enum { /* Works for all required/optional/repeated fields. * data_offset points to pb_callback_t structure. - * LTYPE should be 0 (it is ignored, but sometimes - * used to speculatively index an array). */ + * LTYPE should be valid or 0 (it is ignored, but + * sometimes used to speculatively index an array). */ PB_HTYPE_CALLBACK = 0x30, PB_HTYPE_MASK = 0xF0 |