mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Merge topic 'misc-typos'
8adf237e52 Misc. comment typos
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2703
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user