Documentation: magic-numbers: Fix typo
authorMartin Kepplinger <martink@posteo.de>
Fri, 23 Mar 2018 07:32:31 +0000 (08:32 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 26 Mar 2018 14:42:05 +0000 (08:42 -0600)
This fixes a little then / them confusion.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/process/magic-number.rst

index c74199f..00cecf1 100644 (file)
@@ -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 {