From d94ccdd563bb8f7de94dbffba3c24417f5d3f622 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 7 Oct 2023 10:12:34 +0200 Subject: [PATCH] add missing punctuation --- llvm/docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 9dd635e1850c0..1883e9f6290b1 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -3411,7 +3411,7 @@ A floating-point NaN value consists of a sign bit, a quiet/signaling bit, and a payload (which makes up the rest of the mantissa except for the quiet/signaling bit). LLVM assumes that the quiet/signaling bit being set to ``1`` indicates a quiet NaN (QNaN), and a value of ``0`` indicates a signaling NaN (SNaN). In the -following we will hence just call it the "quiet bit" +following we will hence just call it the "quiet bit". The representation bits of a floating-point value do not mutate arbitrarily; in particular, if there is no floating-point operation being performed, NaN signs,