[llvm] LangRef: add missing punctuation (PR #68471)

Ralf Jung via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 7 01:13:19 PDT 2023


https://github.com/RalfJung created https://github.com/llvm/llvm-project/pull/68471

None

>From d94ccdd563bb8f7de94dbffba3c24417f5d3f622 Mon Sep 17 00:00:00 2001
From: Ralf Jung <post at ralfj.de>
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 9dd635e1850c00b..1883e9f6290b151 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,



More information about the llvm-commits mailing list