diff options
author | 2011-07-19 07:05:05 +0000 | |
---|---|---|
committer | 2011-07-19 07:05:05 +0000 | |
commit | c9ea850ee4a0a4b0ab4f76e3fc1f25e6ee6b9c9a (patch) | |
tree | c7acc1a67dba5059facd6ab43bf8de5559936db9 /lib/libm/src | |
parent | Fix two typos pointed out by guenther@ during our libpthread micro (diff) | |
download | wireguard-openbsd-c9ea850ee4a0a4b0ab4f76e3fc1f25e6ee6b9c9a.tar.xz wireguard-openbsd-c9ea850ee4a0a4b0ab4f76e3fc1f25e6ee6b9c9a.zip |
Typo.
Diffstat (limited to 'lib/libm/src')
-rw-r--r-- | lib/libm/src/e_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libm/src/e_log.c b/lib/libm/src/e_log.c index 7d4dcdd5e87..94b3a2aead9 100644 --- a/lib/libm/src/e_log.c +++ b/lib/libm/src/e_log.c @@ -13,7 +13,7 @@ /* LINTLIBRARY */ /* log(x) - * Return the logrithm of x + * Return the logarithm of x * * Method : * 1. Argument Reduction: find k and f such that |