Minor typo fix

Summary:
Typo in checkers.ml
Closes https://github.com/facebook/infer/pull/424

Reviewed By: martinoluca

Differential Revision: D3669416

Pulled By: jvillard

fbshipit-source-id: 1ef0fed
master
Vaibhav Tulsyan 8 years ago committed by Facebook Github Bot 1
parent 06cbdfa651
commit dba179845b

@ -16,7 +16,7 @@ module F = Format
let verbose = ref true
(** Convenience functions for chechers to print information *)
(** Convenience functions for checkers to print information *)
module PP = struct
(** Print a range of lines of the source file in [loc], including [nbefore] lines before loc
and [nafter] lines after [loc] *)

Loading…
Cancel
Save