~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to enter.ml

  • Committer: Julia Lawall
  • Author(s): JPR
  • Date: 2019-05-27 02:01:12 UTC
  • Revision ID: git-v1:19ee1697bf152d37a78a20cefe148775bf4b0e0d
Fixing typos

Signed-off-by: Jean-Pierre Rodi <jprodi04@gmail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
275
275
  Printf.printf "Flags passed to the configure script: %s\n" flags;
276
276
  Printf.printf "OCaml scripting support: %s\n" withocaml;
277
277
  Printf.printf "Python scripting support: %s\n" withpython;
278
 
  Printf.printf "Syntax of regular expresssions: %s\n" whichregexp;
 
278
  Printf.printf "Syntax of regular expressions: %s\n" whichregexp;
279
279
  exit 0
280
280
 
281
281
let short_options = [
613
613
 
614
614
 
615
615
    "--disallow-nested-exps", Arg.Set Flag_matcher.disallow_nested_exps,
616
 
       " disallow an expresion pattern from matching a term and its subterm";
 
616
       " disallow an expression pattern from matching a term and its subterm";
617
617
    "--disable-worth-trying-opt", Arg.Clear Flag.worth_trying_opt,
618
618
    "   run the semantic patch even if the C file contains no relevant tokens";
619
619
    "--selected-only", Arg.Set FC.selected_only, "  only show selected files";