diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2021-01-02 21:32:14 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2021-01-02 21:32:14 -0500 |
commit | 9898e882c5a5c544415b72850b0ab265cc72a046 (patch) | |
tree | 81778f261c8e54496134fdd6610c1ae8a4ded805 /gdb/target-float.c | |
parent | e3b53295d59d2e78292eaae4500243dd9e007ae4 (diff) | |
download | binutils-9898e882c5a5c544415b72850b0ab265cc72a046.zip binutils-9898e882c5a5c544415b72850b0ab265cc72a046.tar.gz binutils-9898e882c5a5c544415b72850b0ab265cc72a046.tar.bz2 |
gdb: fix typos in comments in target-float.c
gdb/ChangeLog:
* target-float.c: Fix typos.
Change-Id: Ib65e90746d0a7c77c3fbead81139facb40b91977
Diffstat (limited to 'gdb/target-float.c')
-rw-r--r-- | gdb/target-float.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/target-float.c b/gdb/target-float.c index e287ace..692af59 100644 --- a/gdb/target-float.c +++ b/gdb/target-float.c @@ -1191,7 +1191,7 @@ public: const gdb_byte *y, const struct type *type_y) const override; private: - /* Local wrapper class to handle mpfr_t initalization and cleanup. */ + /* Local wrapper class to handle mpfr_t initialization and cleanup. */ class gdb_mpfr { public: @@ -2234,7 +2234,7 @@ get_target_float_ops_kind (const struct type *type) } } -/* Return target_float_ops to peform operations for KIND. */ +/* Return target_float_ops to perform operations for KIND. */ static const target_float_ops * get_target_float_ops (enum target_float_ops_kind kind) { |