From 5cb6c4af4bdf4f9cbcab531fa85f9a07130f3dd9 Mon Sep 17 00:00:00 2001 From: karas <29292618+gy741@users.noreply.github.com> Date: Thu, 30 Aug 2018 08:10:22 +0900 Subject: [PATCH] Fix typo in documentation Signed-off-by: GwanYeong Kim --- CONTRIBUTING.rst | 2 +- docs/rgbasm.5.html | 2 +- src/asm/rgbasm.5 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f9c3d168..32270435 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -77,7 +77,7 @@ copyright and the reference to the MIT License. 5. Follow the Linux kernel coding style, which can be found in the file ``Documentation/process/coding-style.rst`` in the Linux kernel repository. - Note that the coding style isn't writen on stone, if there is a good reason + Note that the coding style isn't written in stone, if there is a good reason to deviate from it, it should be fine. 6. Download the files ``checkpatch.pl``, ``const_structs.checkpatch`` and diff --git a/docs/rgbasm.5.html b/docs/rgbasm.5.html index 2082a7be..803ec561 100644 --- a/docs/rgbasm.5.html +++ b/docs/rgbasm.5.html @@ -1303,7 +1303,7 @@ The most basic string expression is any number of characters contained in double
-A funky feature is {symbol} withing a string. This +A funky feature is {symbol} within a string. This will examine the type of the symbol and insert its value accordingly. If symbol is a string symbol, the symbols value is simply copied. If it's a numeric symbol, the value is converted to hexadecimal notation and inserted as diff --git a/src/asm/rgbasm.5 b/src/asm/rgbasm.5 index 65559781..9c91664c 100644 --- a/src/asm/rgbasm.5 +++ b/src/asm/rgbasm.5 @@ -1075,7 +1075,7 @@ can use within a string: .Pp A funky feature is .Sy {symbol} -withing a string. +within a string. This will examine the type of the symbol and insert its value accordingly. If symbol is a string symbol, the symbols value is simply copied. If it's a numeric symbol, the value is converted to hexadecimal notation and