From: Petteri Aimonen Date: Mon, 21 Jan 2013 19:18:38 +0000 (+0200) Subject: Fix misleading comment (current generator sets LTYPE always). X-Git-Tag: 3.99.1~14^2~423 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=2392d255749715ad337d3f5e23d3de7f2065e3dd;p=apps%2Flow-level-can-service.git Fix misleading comment (current generator sets LTYPE always). --- diff --git a/pb.h b/pb.h index fbdf185..b19dfcf 100644 --- a/pb.h +++ b/pb.h @@ -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