summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2019-08-31 09:58:45 +0300
committerEli Zaretskii <eliz@gnu.org>2019-08-31 09:58:45 +0300
commit3608c5f27cf9a2913a5fcc854acc267eceaa8fe2 (patch)
treefbe4a59a2247170afb4af95d5555655bb828c9cd /src
parent616835312e950fdeb38e8d7cbfcc6f581866ae36 (diff)
downloademacs-3608c5f27cf9a2913a5fcc854acc267eceaa8fe2.tar.gz
; * src/floatfns.c: Don't use non-ASCII characters in comments.
Diffstat (limited to 'src')
-rw-r--r--src/floatfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/floatfns.c b/src/floatfns.c
index 49068bee770..9049185307c 100644
--- a/src/floatfns.c
+++ b/src/floatfns.c
@@ -48,7 +48,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
#include <count-leading-zeros.h>
-/* Emacs needs proper handling of ±inf; correct printing as well as
+/* Emacs needs proper handling of +/-inf; correct printing as well as
important packages depend on it. Make sure the user didn't specify
-ffinite-math-only, either directly or implicitly with -Ofast or
-ffast-math. */