Bug 24558 - Broken sentence in manual/tunables.texi
Summary: Broken sentence in manual/tunables.texi
Status: UNCONFIRMED
Alias: None
Product: glibc
Classification: Unclassified
Component: manual (show other bugs)
Version: 2.31
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-15 10:37 UTC by Florian Schmaus
Modified: 2019-08-01 05:13 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
Patch to fix a sentence in manual/tunables.texi (725 bytes, patch)
2019-05-15 10:38 UTC, Florian Schmaus
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Schmaus 2019-05-15 10:37:34 UTC
The sentence in tunables.texi

> Lock elision will use memory transactions to under certain conditions, to elide locks and improve performance. 

is missing a comma and has to many 'to's, it should probably read

> Lock elision will use memory transactions to, under certain conditions, elide locks and improve performance.
Comment 1 Florian Schmaus 2019-05-15 10:38:57 UTC
Created attachment 11776 [details]
Patch to fix a sentence in manual/tunables.texi