File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ struct symbol {
204
204
205
205
static struct symbol * symbolhash [SYMBOL_HASH_SIZE ];
206
206
207
- /* This is based on the hash agorithm from gdbm, via tdb */
207
+ /* This is based on the hash algorithm from gdbm, via tdb */
208
208
static inline unsigned int tdb_hash (const char * name )
209
209
{
210
210
unsigned value ; /* Used to compute the hash value. */
@@ -987,20 +987,20 @@ enum mismatch {
987
987
};
988
988
989
989
/**
990
- * Describe how to match sections on different criterias :
990
+ * Describe how to match sections on different criteria :
991
991
*
992
992
* @fromsec: Array of sections to be matched.
993
993
*
994
994
* @bad_tosec: Relocations applied to a section in @fromsec to a section in
995
995
* this array is forbidden (black-list). Can be empty.
996
996
*
997
997
* @good_tosec: Relocations applied to a section in @fromsec must be
998
- * targetting sections in this array (white-list). Can be empty.
998
+ * targeting sections in this array (white-list). Can be empty.
999
999
*
1000
1000
* @mismatch: Type of mismatch.
1001
1001
*
1002
1002
* @symbol_white_list: Do not match a relocation to a symbol in this list
1003
- * even if it is targetting a section in @bad_to_sec.
1003
+ * even if it is targeting a section in @bad_to_sec.
1004
1004
*
1005
1005
* @handler: Specific handler to call when a match is found. If NULL,
1006
1006
* default_mismatch_handler() will be called.
You can’t perform that action at this time.
0 commit comments