From 60f78b2d00d2b7c8e5926c4fbf8d7a46a262482a Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 26 Apr 2023 14:17:37 +0200 Subject: [PATCH] docs: remove apostrophe from uppercased According to the Merriam-Webster Dictionary, this is the correct way to spell this word. Part-of: --- docs/isaspec.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/isaspec.rst b/docs/isaspec.rst index b6eae5b4122..55ce12c3b79 100644 --- a/docs/isaspec.rst +++ b/docs/isaspec.rst @@ -347,7 +347,7 @@ The ``type`` attribute specifies that the input to encoding an instruction is a ``struct ir3_instruction *``. In the case of bitset hierarchies with multiple possible leaf nodes, a ``case-prefix`` attribute should be supplied along with a function that maps the bitset encode source to an enum value -with the specified prefix prepended to uppercase'd leaf node name. I.e. in +with the specified prefix prepended to uppercased leaf node name. I.e. in this case, "add.f" becomes ``OPC_ADD_F``. Individual ```` elements teach the encoder how to map from the encode