ref: 5cb6c4af4bdf4f9cbcab531fa85f9a07130f3dd9
parent: 69f79f8598bbadc0fdab065457fc671317e0cccf
author: karas <29292618+gy741@users.noreply.github.com>
date: Thu Aug 30 04:10:22 EDT 2018
Fix typo in documentation Signed-off-by: GwanYeong Kim <gy741.kim@gmail.com>
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -77,7 +77,7 @@
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
--- a/docs/rgbasm.5.html
+++ b/docs/rgbasm.5.html
@@ -1303,7 +1303,7 @@
</tr>
</table>
<div class="Pp"></div>
-A funky feature is <b class="Sy" title="Sy">{symbol}</b> withing a string. This
+A funky feature is <b class="Sy" title="Sy">{symbol}</b> 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
--- a/src/asm/rgbasm.5
+++ b/src/asm/rgbasm.5
@@ -1075,7 +1075,7 @@
.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