diff options
Diffstat (limited to 'src/mp-binary.c')
-rw-r--r-- | src/mp-binary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mp-binary.c b/src/mp-binary.c index 8836776..d1de597 100644 --- a/src/mp-binary.c +++ b/src/mp-binary.c @@ -152,7 +152,7 @@ mp_not(const MPNumber *x, int wordlen, MPNumber *z) if (!mp_is_positive_integer(x)) { - /* Translators: Error displayed when boolean XOR attempted on non-integer values */ + /* Translators: Error displayed when boolean NOT attempted on non-integer values */ mperr(_("Boolean NOT is only defined for positive integers")); } |