Unverified Commit fd11f7ab by Josh Soref Committed by Christian Brauner

spelling: returns

Signed-off-by: 's avatarJosh Soref <jsoref@gmail.com>
parent 40ebfa71
......@@ -472,6 +472,6 @@ int main(int argc, char *argv[])
exit(EXIT_FAILURE);
}
/* Call exit() directly on this function because it retuns an exit code. */
/* Call exit() directly on this function because it returns an exit code. */
exit(EXIT_SUCCESS);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment