Skip to content

Commit

Permalink
Fix spelling mistake of underlying
Browse files Browse the repository at this point in the history
[ Upstream commit 47f3a9f ]

Fixes: cc6eb6d ("pyverbs: Add support for memory window creation")
Signed-off-by: Benjamin Drung <bdrung@ubuntu.com>
Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
  • Loading branch information
bdrung authored and nmorey committed Sep 30, 2022
1 parent 907ff9b commit c3f1e0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyverbs/mr.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ cdef class MW(PyverbsCM):

cpdef close(self):
"""
Closes the underlaying C MW object.
Closes the underlying C MW object.
MW may be deleted directly or by deleting its PD, which leaves the
Python object without the underlaying MW.
Need to check that the underlaying MW wasn't dealloced before.
Python object without the underlying MW.
Need to check that the underlying MW wasn't dealloced before.
:return: None
"""
self.logger.debug('Closing MW')
Expand Down

0 comments on commit c3f1e0e

Please sign in to comment.