Skip to content

Commit b2ff238

Browse files
authored
Merge pull request #1601 from sydidelot/libibverbs_typos
libibverbs: Fix typos in comments in verbs.h
2 parents 4603f83 + 0601e01 commit b2ff238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libibverbs/verbs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2342,13 +2342,13 @@ int ibv_close_device(struct ibv_context *context);
23422342
struct ibv_context *ibv_import_device(int cmd_fd);
23432343

23442344
/**
2345-
* ibv_import_pd - Import a protetion domain
2345+
* ibv_import_pd - Import a protection domain
23462346
*/
23472347
struct ibv_pd *ibv_import_pd(struct ibv_context *context,
23482348
uint32_t pd_handle);
23492349

23502350
/**
2351-
* ibv_unimport_pd - Unimport a protetion domain
2351+
* ibv_unimport_pd - Unimport a protection domain
23522352
*/
23532353
void ibv_unimport_pd(struct ibv_pd *pd);
23542354

0 commit comments

Comments
 (0)