Code Review
/
apps
/
agl-service-can-low-level.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
eab4151
)
Fix misleading comment (current generator sets LTYPE always).
author
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Mon, 21 Jan 2013 19:18:38 +0000
(21:18 +0200)
committer
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Mon, 21 Jan 2013 19:18:38 +0000
(21:18 +0200)
pb.h
patch
|
blob
|
history
diff --git
a/pb.h
b/pb.h
index
fbdf185
..
b19dfcf
100644
(file)
--- 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