From: Martin Kepplinger Date: Fri, 23 Mar 2018 07:32:31 +0000 (+0100) Subject: Documentation: magic-numbers: Fix typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=738947f0f3cf77baeab5176a2eb50bf9dccc6236;p=linux.git Documentation: magic-numbers: Fix typo This fixes a little then / them confusion. Signed-off-by: Martin Kepplinger Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/process/magic-number.rst b/Documentation/process/magic-number.rst index c74199f60c6c7..00cecf1fcba9f 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 {