Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 738947f0 authored by Martin Kepplinger's avatar Martin Kepplinger Committed by Jonathan Corbet
Browse files

Documentation: magic-numbers: Fix typo



This fixes a little then / them confusion.

Signed-off-by: default avatarMartin Kepplinger <martink@posteo.de>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 52c37d41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {