Skip to content

Commit 9c40f5a

Browse files
Fix additional typos: supress→suppress, seting→setting
Co-authored-by: michael-schwarz <13812333+michael-schwarz@users.noreply.github.com>
1 parent e7d6634 commit 9c40f5a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/cdomain/value/cdomains/int/intDomTuple.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ module IntDomTupleImpl = struct
399399
(** Project tuple t to precision p
400400
* We have to deactivate IntDomains after the refinement, since we might
401401
* lose information if we do it before. E.g. only "Interval" is active
402-
* and shall be projected to only "Def_Exc". By seting "Interval" to None
402+
* and shall be projected to only "Def_Exc". By setting "Interval" to None
403403
* before refinement we have no information for "Def_Exc".
404404
*
405405
* Thus we have 3 Steps:

tests/regression/70-transform/transform.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
# usage: transform.sh [--stdout] [--stderr] [--file] transform1 transform2 ... -- [goblint args] file.c
33
# runs goblint with the given transformations active and outputs the transformed file to stdout
4-
# - unless --stdout/--stderr is passed, supress those streams
4+
# - unless --stdout/--stderr is passed, suppress those streams
55
# - if --file is passed, output to a temporary file and print its path to stdout
66

77
set -eu -o pipefail

0 commit comments

Comments
 (0)