1
0
Fork 0

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>
hifive-unleashed-5.1
Martin Kepplinger 2018-03-23 08:32:31 +01:00 committed by Jonathan Corbet
parent 52c37d410d
commit 738947f0f3
1 changed files with 1 additions and 1 deletions

View 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 {