summaryrefslogtreecommitdiff
path: root/upb/handlers.h
diff options
context:
space:
mode:
authorWink Saville <wink@saville.com>2011-09-05 18:54:08 -0700
committerWink Saville <wink@saville.com>2011-09-05 18:54:08 -0700
commit0606476cb66fef89bc6ff6efa08becba6da84c89 (patch)
tree0fec2ba7875d5a0e4925fb3552fd172a9848a8c3 /upb/handlers.h
parent20548539644cc4729b7e18ba2eefbf1956752abf (diff)
Fix typo in handler.h
Signed-off-by: Wink Saville <wink@saville.com>
Diffstat (limited to 'upb/handlers.h')
-rw-r--r--upb/handlers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/handlers.h b/upb/handlers.h
index c127741..37fba97 100644
--- a/upb/handlers.h
+++ b/upb/handlers.h
@@ -75,7 +75,7 @@ extern "C" {
// return UPB_CONTINUE_WITH(closure);
// }
//
-// static upb_flow_t endeqvoid *closure, upb_value fval) {
+// static upb_flow_t endseq(void *closure, upb_value fval) {
// // Called when a sequence ends.
// return UPB_CONTINUE;
// }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback