tests: fix typos

This commit is contained in:
Maxime Roussin-Bélanger 2020-12-17 15:40:04 -05:00
parent 0f5cc8b71b
commit efa5e3c8c6
2 changed files with 2 additions and 2 deletions

View File

@ -553,7 +553,7 @@ expected_fail_demarshal(struct marshal_data *data, const char *format,
assert(errno == expected_error); 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 * clients lying about string and array lengths and giving values near
* UINT32_MAX. Before fixes f7fdface and f5b9e3b9 this test would crash on * UINT32_MAX. Before fixes f7fdface and f5b9e3b9 this test would crash on
* 32bit systems. * 32bit systems.

View File

@ -223,7 +223,7 @@ TEST(signal_readd_listener)
{ {
/* Readding a listener is supported, that is it doesn't trigger an /* Readding a listener is supported, that is it doesn't trigger an
* infinite loop or other weird things, but if in a listener you * 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. */ * signal emission. */
test_set_timeout(4); test_set_timeout(4);