diff options
author | Rich Felker <dalias@aerifal.cx> | 2013-08-30 17:30:27 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2013-08-30 17:30:27 -0400 |
commit | d0f0fa484c5216710936715c176f67b3781e4b71 (patch) | |
tree | 508408b56921a1ee43cfe14dac3df85f97a64750 /WHATSNEW | |
parent | 57565bee0010a5d6d5557f11a15126867211c4ae (diff) | |
download | musl-d0f0fa484c5216710936715c176f67b3781e4b71.tar.gz musl-d0f0fa484c5216710936715c176f67b3781e4b71.tar.xz musl-d0f0fa484c5216710936715c176f67b3781e4b71.zip |
fix typo in release notes v0.9.13
Diffstat (limited to 'WHATSNEW')
-rw-r--r-- | WHATSNEW | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WHATSNEW b/WHATSNEW index fb8fd42e..c40850b4 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -1005,7 +1005,7 @@ arch-specific bugs: new features: - iconv support for EUC-KR and Big5 (including HKSCS) encodings - field widths (POSIX 2008 feature) in strftime -- recurive rpath and $ORIGIN support in dynamic linker +- recursive rpath and $ORIGIN support in dynamic linker - cpu affinity interfaces - support for armhf (hardfloat) floating point environment (fenv) - support for SSE fenv on i386 (for apps using -mfpmath=sse -msse2) |