* [PATCH] Documentation: magic-numbers: Fix typo
@ 2018-03-23 7:32 Martin Kepplinger
2018-03-26 14:42 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Martin Kepplinger @ 2018-03-23 7:32 UTC (permalink / raw)
To: corbet; +Cc: linux-doc, linux-kernel, Martin Kepplinger
This fixes a little then / them confusion.
Signed-off-by: Martin Kepplinger <martink@posteo.de>
---
Documentation/process/magic-number.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/process/magic-number.rst b/Documentation/process/magic-number.rst
index c74199f60c6c..00cecf1fcba9 100644
--- a/Documentation/process/magic-number.rst
+++ b/Documentation/process/magic-number.rst
@@ -14,7 +14,7 @@ passing pointers to structures via a void * pointer. The tty code,
for example, does this frequently to pass driver-specific and line
discipline-specific structures back and forth.
-The way to use magic numbers is to declare then at the beginning of
+The way to use magic numbers is to declare them at the beginning of
the structure, like so::
struct tty_ldisc {
--
2.14.2
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] Documentation: magic-numbers: Fix typo
2018-03-23 7:32 [PATCH] Documentation: magic-numbers: Fix typo Martin Kepplinger
@ 2018-03-26 14:42 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2018-03-26 14:42 UTC (permalink / raw)
To: Martin Kepplinger; +Cc: linux-doc, linux-kernel
On Fri, 23 Mar 2018 08:32:31 +0100
Martin Kepplinger <martink@posteo.de> wrote:
> This fixes a little then / them confusion.
>
> Signed-off-by: Martin Kepplinger <martink@posteo.de>
> ---
> Documentation/process/magic-number.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/process/magic-number.rst b/Documentation/process/magic-number.rst
> index c74199f60c6c..00cecf1fcba9 100644
> --- a/Documentation/process/magic-number.rst
> +++ b/Documentation/process/magic-number.rst
> @@ -14,7 +14,7 @@ passing pointers to structures via a void * pointer. The tty code,
> for example, does this frequently to pass driver-specific and line
> discipline-specific structures back and forth.
>
> -The way to use magic numbers is to declare then at the beginning of
> +The way to use magic numbers is to declare them at the beginning of
> the structure, like so::
>
> struct tty_ldisc {
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-03-26 14:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-23 7:32 [PATCH] Documentation: magic-numbers: Fix typo Martin Kepplinger
2018-03-26 14:42 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox