summaryrefslogtreecommitdiffstats
path: root/releasenotes/0.15.12
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/0.15.12')
-rw-r--r--releasenotes/0.15.12/release-0.15.12.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/releasenotes/0.15.12/release-0.15.12.markdown b/releasenotes/0.15.12/release-0.15.12.markdown
index 1a31d4b1..965386b1 100644
--- a/releasenotes/0.15.12/release-0.15.12.markdown
+++ b/releasenotes/0.15.12/release-0.15.12.markdown
@@ -31,7 +31,7 @@ If they are available they can be used for keybindings, if not, the user gets a
### DMenu reading from stdin
**Rofi** used to have a custom `fgets` implementation that supported custom separators. The first version was
-slow but got improved. Learning about Posix 2008' `getdelim` this is now used and is almost as fast as the latest custom implementation.
+slow but got improved. Learning about the `getdelim` feature of POSIX '08, this is now used and is almost as fast as the latest custom implementation.
Overall this gave a speedup of 6x (from 648 ms for 202000 lines down to 108ms).