We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4603f83 + 0601e01 commit b2ff238Copy full SHA for b2ff238
libibverbs/verbs.h
@@ -2342,13 +2342,13 @@ int ibv_close_device(struct ibv_context *context);
2342
struct ibv_context *ibv_import_device(int cmd_fd);
2343
2344
/**
2345
- * ibv_import_pd - Import a protetion domain
+ * ibv_import_pd - Import a protection domain
2346
*/
2347
struct ibv_pd *ibv_import_pd(struct ibv_context *context,
2348
uint32_t pd_handle);
2349
2350
2351
- * ibv_unimport_pd - Unimport a protetion domain
+ * ibv_unimport_pd - Unimport a protection domain
2352
2353
void ibv_unimport_pd(struct ibv_pd *pd);
2354
0 commit comments