llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Farzon Lotfi (farzonl) <details> <summary>Changes</summary> no code change --- Full diff: https://github.com/llvm/llvm-project/pull/185771.diff 1 Files Affected: - (modified) clang/lib/Driver/Driver.cpp (+1-1) ``````````diff diff --git a/clang/lib/Driver/Driver.cpp b/clang/lib/Driver/Driver.cpp index 420340aaab885..1a80aedfd8f0a 100644 --- a/clang/lib/Driver/Driver.cpp +++ b/clang/lib/Driver/Driver.cpp @@ -5643,7 +5643,7 @@ class ToolSelector final { ActionList SavedOffloadAction; }; - /// Append collapsed offload actions from the give nnumber of elements in the + /// Append collapsed offload actions from the give number of elements in the /// action info array. static void AppendCollapsedOffloadAction(ActionList &CollapsedOffloadAction, ArrayRef<JobActionInfo> &ActionInfo, `````````` </details> https://github.com/llvm/llvm-project/pull/185771 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
