Skip to content
Snippets Groups Projects
Commit 04cf1ba0 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

Merge branch 'cok-typo' into 'master'

Simple typo

See merge request frama-c/frama-c!2168
parents 869571a0 d2a1b32b
No related branches found
No related tags found
No related merge requests found
...@@ -169,7 +169,7 @@ extern int clock_getres(clockid_t, struct timespec *); ...@@ -169,7 +169,7 @@ extern int clock_getres(clockid_t, struct timespec *);
#else #else
// simulates a system without monotonic clock // simulates a system without monotonic clock
assigns \result\from clk_id; assigns \result\from clk_id;
ensures error: \result == EINVAL ensures error: \result == EINVAL;
#endif #endif
behavior bad_clock_id: behavior bad_clock_id:
assumes bad_id: clk_id != CLOCK_REALTIME && clk_id != CLOCK_MONOTONIC; assumes bad_id: clk_id != CLOCK_REALTIME && clk_id != CLOCK_MONOTONIC;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment