diff --git a/src/psaux/t1decode.c b/src/psaux/t1decode.c index 85d34e4ba..aee3a9f03 100644 --- a/src/psaux/t1decode.c +++ b/src/psaux/t1decode.c @@ -550,8 +550,8 @@ /* range [-32000;32000]. We expect that the second argument of */ /* `div' is not a large number. Additionally, we don't handle */ /* stuff like ` div div' or */ - /* div div'. This is probably not */ - /* allowed anyway. */ + /* div div'. This is probably not allowed */ + /* anyway. */ if ( value > 32000 || value < -32000 ) { if ( large_int )