cmake: rust: Comment typo fix

Fix a mispelled word "al" -> "all".

Signed-off-by: David Brown <david.brown@linaro.org>
diff --git a/cmake/modules/rust.cmake b/cmake/modules/rust.cmake
index bc53e72..560763b 100644
--- a/cmake/modules/rust.cmake
+++ b/cmake/modules/rust.cmake
@@ -167,7 +167,7 @@
     WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
   )
 
-  # Be sure we don't try building this until al of the generated headers have been generated.
+  # Be sure we don't try building this until all of the generated headers have been generated.
   add_custom_target(librustapp ALL
     DEPENDS ${DUMMY_FILE}
         # The variables, defined at the top level, don't seem to be accessible here.