diff options
-rw-r--r-- | Documentation/process/magic-number.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
14 | for example, does this frequently to pass driver-specific and line | 14 | for example, does this frequently to pass driver-specific and line |
15 | discipline-specific structures back and forth. | 15 | discipline-specific structures back and forth. |
16 | 16 | ||
17 | The way to use magic numbers is to declare then at the beginning of | 17 | The way to use magic numbers is to declare them at the beginning of |
18 | the structure, like so:: | 18 | the structure, like so:: |
19 | 19 | ||
20 | struct tty_ldisc { | 20 | struct tty_ldisc { |