tests: fix typos
This commit is contained in:
parent
0f5cc8b71b
commit
efa5e3c8c6
|
@ -553,7 +553,7 @@ expected_fail_demarshal(struct marshal_data *data, const char *format,
|
|||
assert(errno == expected_error);
|
||||
}
|
||||
|
||||
/* These tests are verifying that the demarshaling code will gracefuly handle
|
||||
/* These tests are verifying that the demarshaling code will gracefully handle
|
||||
* clients lying about string and array lengths and giving values near
|
||||
* UINT32_MAX. Before fixes f7fdface and f5b9e3b9 this test would crash on
|
||||
* 32bit systems.
|
||||
|
|
|
@ -223,7 +223,7 @@ TEST(signal_readd_listener)
|
|||
{
|
||||
/* Readding a listener is supported, that is it doesn't trigger an
|
||||
* infinite loop or other weird things, but if in a listener you
|
||||
* readd another listener, that will not be fired in the current
|
||||
* re-add another listener, that will not be fired in the current
|
||||
* signal emission. */
|
||||
|
||||
test_set_timeout(4);
|
||||
|
|
Loading…
Reference in New Issue
Block a user