Skip to content

Commit de2ed77

Browse files
author
Remi Delmas
committed
format fixes
1 parent 0a1e6fb commit de2ed77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/goto-instrument/contracts/assigns.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ assigns_clauset::conditional_address_ranget::generate_snapshot_instructions()
151151
minus_exprt{
152152
plus_exprt{slice.first, slice.second},
153153
from_integer(1, slice.second.type())},
154-
// activate pointer-overflow checks to guard against overflow on
154+
// activate pointer-overflow checks to guard against overflow on
155155
// this addition
156156
location_overflow_check));
157157
instructions.destructive_append(skip_program);

src/goto-instrument/contracts/contracts.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ class code_contractst
211211
source_locationt location,
212212
const irep_idt &mode);
213213

214-
/// Finds static local symbols that occur in the body of the given
214+
/// Finds static local symbols that occur in the body of the given
215215
/// function and adds them to the the write set of `assigns`.
216216
///
217217
/// @param function the function to search local static symbols in
@@ -230,7 +230,7 @@ class code_contractst
230230
///
231231
/// The search does *not*:
232232
/// - recurse into FUNCTION_CALL
233-
/// - test DECL or DEAD symbols (because local statics are never
233+
/// - test DECL or DEAD symbols (because local statics are never
234234
/// DECL'd or DEAD'd for being static).
235235
/// - test attributes of GOTO, SET_RETURN_VALUE, THREAD*, ATOMIC*,
236236
/// THROW, CATCH instructions

0 commit comments

Comments
 (0)