Skip to content

Commit

Permalink
db: fix comment typos
Browse files Browse the repository at this point in the history
CI / Codespell found 2 typos and blocks PR merging. This commit fixes
them.

Signed-off-by: Heran Yang <heran55@126.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
  • Loading branch information
HeRaNO authored and drakenclimber committed Jul 19, 2024
1 parent 9da5d17 commit c92d618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/db.c
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ static void _db_reset(struct db_filter *db)
}

/**
* Intitalize a seccomp filter DB
* Initialize a seccomp filter DB
* @param arch the architecture definition
*
* This function initializes a seccomp filter DB and readies it for use.
Expand Down Expand Up @@ -1107,7 +1107,7 @@ int db_col_reset(struct db_filter_col *col, uint32_t def_action)
}

/**
* Intitalize a seccomp filter collection
* Initialize a seccomp filter collection
* @param def_action the default filter action
*
* This function initializes a seccomp filter collection and readies it for
Expand Down

0 comments on commit c92d618

Please sign in to comment.