From 0c983c16952eb2efeca3fed33e29cdee0c2aeacc Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 17 Jun 2005 17:38:52 +0000 Subject: [PATCH] typos fixed [r6067] --- ir/stat/firmstat.h | 4 ++-- ir/tr/type_t.h | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ir/stat/firmstat.h b/ir/stat/firmstat.h index 8de2f6c6e..cebd78566 100644 --- a/ir/stat/firmstat.h +++ b/ir/stat/firmstat.h @@ -36,7 +36,7 @@ enum firmstat_options_t { * Dump a snapshot of the statistic values. * Never called from libFirm should be called from user. * - * @param name basename of the statistic output file + * @param name base name of the statistic output file */ void stat_dump_snapshot(const char *name); @@ -48,7 +48,7 @@ void stat_dump_snapshot(const char *name); void init_stat(unsigned enable_options); /** - * terminates the statustics module, frees all memory + * terminates the statistics module, frees all memory */ void stat_term(void); diff --git a/ir/tr/type_t.h b/ir/tr/type_t.h index 489a24ae9..3fc6b0556 100644 --- a/ir/tr/type_t.h +++ b/ir/tr/type_t.h @@ -36,7 +36,7 @@ typedef struct { int dfn; /**< number used for 'instanceof' operator */ } cls_attr; -/** struct attributs */ +/** struct attributes */ typedef struct { entity **members; /**< fields of this struct. No method entities allowed. */ @@ -54,7 +54,7 @@ typedef struct { int first_variadic_param; /**< index of the first variadic param or -1 if non-variadic .*/ } mtd_attr; -/** union attributs */ +/** union attributes */ typedef struct { int n_types; /* type **unioned_type; * a list of unioned types. */ @@ -64,7 +64,7 @@ typedef struct { } uni_attr; -/** array attributs */ +/** array attributes */ typedef struct { int n_dimensions; /**< Number of array dimensions. */ ir_node **lower_bound; /**< Lower bounds of dimensions. Usually all 0. */ @@ -75,7 +75,7 @@ typedef struct { element selection with Sel. */ } arr_attr; -/** enum attributs */ +/** enum attributes */ typedef struct { int n_enums; /**< Number of enumerators. */ tarval **enumer; /**< Contains all constants that represent a member @@ -84,9 +84,9 @@ typedef struct { the source program */ } enm_attr; -/** pointer attributs */ +/** pointer attributes */ typedef struct { - type *points_to; /**< The type of the enitity the pointer points to. */ + type *points_to; /**< The type of the entity the pointer points to. */ } ptr_attr; /* @@ -99,7 +99,7 @@ typedef struct { * No private attr, must be smaller than others! * } id_attr; */ -/** General type attributs. */ +/** General type attributes. */ typedef union { cls_attr ca; /**< attributes of a class type */ stc_attr sa; /**< attributes of a struct type */ -- 2.20.1