diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-12-05 16:57:58 (GMT) |
---|---|---|
committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-12-05 16:57:58 (GMT) |
commit | 8adf237e52bea9aabc0f5d4ac8884ef9d2349d0f (patch) | |
tree | 3a32b04a3f4b1a561b3c7f8362e629863867112f /Help/command | |
parent | f92e953103b7aa0676481c396fb6e521b5cbc64f (diff) | |
download | CMake-8adf237e52bea9aabc0f5d4ac8884ef9d2349d0f.zip CMake-8adf237e52bea9aabc0f5d4ac8884ef9d2349d0f.tar.gz CMake-8adf237e52bea9aabc0f5d4ac8884ef9d2349d0f.tar.bz2 |
Misc. comment typos
Found via `codespell`
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/macro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/macro.rst b/Help/command/macro.rst index 464940f..05e5d79 100644 --- a/Help/command/macro.rst +++ b/Help/command/macro.rst @@ -83,7 +83,7 @@ with a macro. This has a number of consequences, as explained in the :ref:`Argument Caveats` section below. Another difference between macros and functions is the control flow. -A function is executed by transfering control from the calling +A function is executed by transferring control from the calling statement to the function body. A macro is executed as if the macro body were pasted in place of the calling statement. This has the consequence that a :command:`return()` in a macro body does not |