Skip to content

Commit 83567ce

Browse files
JuliaLawalljgunthorpe
authored andcommitted
RDMA/core: Fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 684b916 commit 83567ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rdma/ib_verbs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ struct rdma_stat_desc {
578578
/**
579579
* struct rdma_hw_stats
580580
* @lock - Mutex to protect parallel write access to lifespan and values
581-
* of counters, which are 64bits and not guaranteeed to be written
581+
* of counters, which are 64bits and not guaranteed to be written
582582
* atomicaly on 32bits systems.
583583
* @timestamp - Used by the core code to track when the last update was
584584
* @lifespan - Used by the core code to determine how old the counters

0 commit comments

Comments
 (0)