[infer][PR] Fix Spelling Error

Summary:
#Summary

Small spell check to comments.

#Changes

error-> Uptade
Fix-> Update
Closes https://github.com/facebook/infer/pull/778

Reviewed By: sblackshear

Differential Revision: D6172469

Pulled By: jeremydubreil

fbshipit-source-id: 5293d7c
master
Angel (scout387) 7 years ago committed by Facebook Github Bot
parent 890afe3094
commit 15f664eab3

@ -13,7 +13,7 @@ module type Payload = sig
type payload
val update_payload : payload -> Specs.summary -> Specs.summary
(** Uptade the corresponding part of the payload in the procedure summary *)
(** Update the corresponding part of the payload in the procedure summary *)
val read_payload : Specs.summary -> payload option
(** Read the corresponding part of the payload from the procedure summary *)
@ -23,7 +23,7 @@ module type S = sig
type payload
val update_summary : payload -> Specs.summary -> Specs.summary
(** Uptade the corresponding part of the payload in the procedure summary *)
(** Update the corresponding part of the payload in the procedure summary *)
val read_summary : Procdesc.t -> Typ.Procname.t -> payload option
(** Return the payload for the given procedure.

Loading…
Cancel
Save