diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2009-12-11 16:35:39 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-04 11:55:45 +0100 |
commit | c41b20e721ea4f6f20f66a66e7f0c3c97a2ca9c2 (patch) | |
tree | 92cd1b2b1cdb871530bb07bbbcbfeaffe1170830 /include/math-emu/op-common.h | |
parent | a089377f29d3af0f62f3bdc6db0c5042513fc3f3 (diff) |
Fix misspellings of "truly" in comments.
Some comments misspell "truly"; this fixes them. No code changes.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/math-emu/op-common.h')
-rw-r--r-- | include/math-emu/op-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/math-emu/op-common.h b/include/math-emu/op-common.h index f456534dcaf9..fd882261225e 100644 --- a/include/math-emu/op-common.h +++ b/include/math-emu/op-common.h @@ -29,7 +29,7 @@ _FP_FRAC_DECL_##wc(X) /* - * Finish truely unpacking a native fp value by classifying the kind + * Finish truly unpacking a native fp value by classifying the kind * of fp value and normalizing both the exponent and the fraction. */ |