Updated obsolete comment.

pull/13171/head
Joshua Haberman 5 years ago
parent b37f82b58b
commit b393849bbd
  1. 2
      upb/decode.c

@ -10,7 +10,7 @@
/* Must be last. */ /* Must be last. */
#include "upb/port_def.inc" #include "upb/port_def.inc"
/* Maps descriptor type -> upb field type. */ /* Maps descriptor type -> elem_size_lg2. */
static const uint8_t desctype_to_elem_size_lg2[] = { static const uint8_t desctype_to_elem_size_lg2[] = {
-1, /* invalid descriptor type */ -1, /* invalid descriptor type */
3, /* DOUBLE */ 3, /* DOUBLE */

Loading…
Cancel
Save