aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:45:37 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:45:37 +0100
commitd6ab301c4ac2aa72e3dd96cf2da2849cf7d9733b (patch)
tree59d41bf4c377ef5a59cf236fb2bea1897029c7d4 /README
parentUpdate e-mail (diff)
downloadslibc-d6ab301c4ac2aa72e3dd96cf2da2849cf7d9733b.tar.gz
slibc-d6ab301c4ac2aa72e3dd96cf2da2849cf7d9733b.tar.bz2
slibc-d6ab301c4ac2aa72e3dd96cf2da2849cf7d9733b.tar.xz
fix documentationHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index c7314c4..bbeb93d 100644
--- a/README
+++ b/README
@@ -60,13 +60,13 @@ COMMENTS
functions would also be appreciated.
FUTURE DIRECTIONS
- The macro _SMALL_BINARY shall whenever available, create
- macros that make the program use implementions of the functions
- that optimised for size rather than performance. It should
+ The macro _SMALL_BINARY shall, whenever available, create
+ macros that make the program use implementations of the functions
+ that are optimised for size rather than performance. It should
be compile-time selectable whether this macro has any effect,
or if it is always in effect. _FAST_BINARY could also be added
- to make the program use fast implementions when the library
- is compiled to use the size optimised implementations.
+ to make the program use fast implementations when the library
+ is compiled to use the size-optimised implementations.
RATIONALE
slibc is written as a learning exercise, and for fun.