Skip to content

Commit 0601e01

Browse files
committed
libibverbs: Fix typos in comments in verbs.h
Cosmetic: fix typo ("protetion" -> "protection") in comments for ibv_import_pd() and ibv_unimport_pd(). Signed-off-by: Sylvain Didelot <[email protected]>
1 parent ca4e1c1 commit 0601e01

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
@@ -2340,13 +2340,13 @@ int ibv_close_device(struct ibv_context *context);
23402340
struct ibv_context *ibv_import_device(int cmd_fd);
23412341

23422342
/**
2343-
* ibv_import_pd - Import a protetion domain
2343+
* ibv_import_pd - Import a protection domain
23442344
*/
23452345
struct ibv_pd *ibv_import_pd(struct ibv_context *context,
23462346
uint32_t pd_handle);
23472347

23482348
/**
2349-
* ibv_unimport_pd - Unimport a protetion domain
2349+
* ibv_unimport_pd - Unimport a protection domain
23502350
*/
23512351
void ibv_unimport_pd(struct ibv_pd *pd);
23522352

0 commit comments

Comments
 (0)