Commit f3e65e7b by Josh Soref

spelling: returns

Signed-off-by: 's avatarJosh Soref <jsoref@gmail.com>
parent 1d801260
...@@ -472,6 +472,6 @@ int main(int argc, char *argv[]) ...@@ -472,6 +472,6 @@ int main(int argc, char *argv[])
exit(EXIT_FAILURE); 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); 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