Skip to content

Commit

Permalink
* _hurd.py (File.syncfs): Fix misprint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatoly A. Kazantsev committed Jan 2, 2009
1 parent c7f0395 commit ea8d3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhurd/_hurd.py
Expand Up @@ -234,4 +234,4 @@ def get_translator (self):
return error, data

def syncfs (wait, do_children):
return file_synfs(self.mach_port, int(wait), int(data))
return file_synfs(self.mach_port, int(wait), int(do_children))

0 comments on commit ea8d3fc

Please sign in to comment.