Skip to content

Commit f67ff24

Browse files
committed
cmake: rust: Comment typo fix
Fix a mispelled word "al" -> "all". Signed-off-by: David Brown <[email protected]>
1 parent 646ee21 commit f67ff24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/rust.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ ${config_paths}
167167
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
168168
)
169169

170-
# Be sure we don't try building this until al of the generated headers have been generated.
170+
# Be sure we don't try building this until all of the generated headers have been generated.
171171
add_custom_target(librustapp ALL
172172
DEPENDS ${DUMMY_FILE}
173173
# The variables, defined at the top level, don't seem to be accessible here.

0 commit comments

Comments
 (0)