diff options
author | Brad King <brad.king@kitware.com> | 2018-12-07 13:30:14 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-12-07 13:32:41 (GMT) |
commit | 049d324e42451fb92d9504551f3885e221f05b8a (patch) | |
tree | 6a76938064f3db32bb0f85f07eb1359499c13d80 /Help/command | |
parent | 05f1d7a4627e2bbebaa5a80ee3aaa98467f184b3 (diff) | |
parent | 8adf237e52bea9aabc0f5d4ac8884ef9d2349d0f (diff) | |
download | CMake-049d324e42451fb92d9504551f3885e221f05b8a.zip CMake-049d324e42451fb92d9504551f3885e221f05b8a.tar.gz CMake-049d324e42451fb92d9504551f3885e221f05b8a.tar.bz2 |
Merge topic 'misc-typos'
8adf237e52 Misc. comment typos
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2703
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 |