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 a8c14f3 commit 3478332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyverbs/mr.pyx
Expand Up @@ -313,10 +313,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
"""
if self.mw is not NULL:
Expand Down

0 comments on commit 3478332

Please sign in to comment.