Skip to content

Commit

Permalink
spelling fixes (alavrik/piqi#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
alavrik committed Feb 23, 2017
1 parent bf45833 commit c58feb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions piqirun/piqirun.ml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ let try_parse_varint buf =


(* TODO, XXX: check signed overflow *)
(* TODO: optimize for little-endian achitecture *)
(* TODO: optimize for little-endian architecture *)
let parse_fixed32 buf =
try
let res = ref 0l in
Expand Down Expand Up @@ -798,7 +798,7 @@ let parse_default binobj =
buf


(* XXX, NOTE: using default with requried or optional-default fields *)
(* XXX, NOTE: using default with required or optional-default fields *)
let parse_required_field code parse_value ?default l =
let res, rem = find_field code l in
match res with
Expand Down

0 comments on commit c58feb0

Please sign in to comment.