diff options
Diffstat (limited to 'src/_assert.h')
-rw-r--r-- | src/_assert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_assert.h b/src/_assert.h index 4c71f2f6..edf3add0 100644 --- a/src/_assert.h +++ b/src/_assert.h @@ -32,7 +32,7 @@ struct __constraint_info _ci = {0}; \ _ci.func = __func__; \ __stdlib.constraint_handler("Undefined behavior: " \ - "Paramater " #_n " must be representable as a " #_type \ + "Parameter " #_n " must be representable as a " #_type \ " or be equal to " #_sentinel, &_ci, ERANGE); \ } else if (_n < _min || _n > _max) { \ struct __constraint_info _ci = {0}; \ |