Skip to content

Commit 738947f

Browse files
mergeJonathan Corbet
authored andcommitted
Documentation: magic-numbers: Fix typo
This fixes a little then / them confusion. Signed-off-by: Martin Kepplinger <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 52c37d4 commit 738947f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/process/magic-number.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ passing pointers to structures via a void * pointer. The tty code,
1414
for example, does this frequently to pass driver-specific and line
1515
discipline-specific structures back and forth.
1616

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
1818
the structure, like so::
1919

2020
struct tty_ldisc {

0 commit comments

Comments
 (0)