Skip to content

Commit 05ca900

Browse files
sndmitrievbader
andauthored
Update clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
Co-authored-by: Alexey Bader <[email protected]>
1 parent b35bb6c commit 05ca900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ class ArchiveFileHandler final : public FileHandler {
962962
Unknown,
963963
FileList, // Output is a list file with extracted object file names
964964
Object, // Output is a single object file
965-
Archive // Output is an archive wtih extracted objects
965+
Archive // Output is an archive with extracted objects
966966
};
967967
const OutputType Mode = StringSwitch<OutputType>(FilesType)
968968
.Case("aoo", OutputType::FileList)

0 commit comments

Comments
 (0)