summaryrefslogtreecommitdiffstats
path: root/Documentation/process
diff options
context:
space:
mode:
authorMartin Kepplinger <martink@posteo.de>2018-03-23 08:32:31 +0100
committerJonathan Corbet <corbet@lwn.net>2018-03-26 08:42:05 -0600
commit738947f0f3cf77baeab5176a2eb50bf9dccc6236 (patch)
tree0a1e7a7fab4e75f0c042363aed9220a5a813459d /Documentation/process
parent52c37d410d4864bda40ba2408863ed43d1548c9e (diff)
downloadop-kernel-dev-738947f0f3cf77baeab5176a2eb50bf9dccc6236.zip
op-kernel-dev-738947f0f3cf77baeab5176a2eb50bf9dccc6236.tar.gz
Documentation: magic-numbers: Fix typo
This fixes a little then / them confusion. Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/process')
-rw-r--r--Documentation/process/magic-number.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/magic-number.rst b/Documentation/process/magic-number.rst
index c74199f..00cecf1f 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 {
OpenPOWER on IntegriCloud