gdb: fix typos in comments in target-float.c
authorSimon Marchi <simon.marchi@polymtl.ca>
Sun, 3 Jan 2021 02:32:14 +0000 (21:32 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sun, 3 Jan 2021 02:32:14 +0000 (21:32 -0500)
gdb/ChangeLog:

* target-float.c: Fix typos.

Change-Id: Ib65e90746d0a7c77c3fbead81139facb40b91977

gdb/ChangeLog
gdb/target-float.c

index 6fce234f40fb90a4b8621f907c475e1a6b8e4050..f5bea325ebd8d3ec01f9d8c15cdb24efb67d7410 100644 (file)
@@ -1,3 +1,7 @@
+2021-01-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * target-float.c: Fix typos.
+
 2021-01-02  Hannes Domani  <ssbssa@yahoo.de>
 
        * gdb-gdb.py.in: Fix main_type.flds_bnds.bounds pretty printer.
index e287ace27aabe26c9483d70614f352c1cd9ffac1..692af592e1570c401b57a228bd56e3a156df3644 100644 (file)
@@ -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)
 {