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/20220521111145.81697-86-Julia.Lawall@inria.fr Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
1 parent 684b916 commit 83567ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)