Skip to content

Commit df23cea

Browse files
[gardening] Fix recently introduced typo: "accomodate" → "accommodate"
1 parent 39c6b56 commit df23cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Driver/ToolChains.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class LLVM_LIBRARY_VISIBILITY GenericUnix : public ToolChain {
5454
virtual std::string getDefaultLinker() const;
5555

5656
/// The target to be passed to the compiler invocation. By default, this
57-
/// is the target triple, but this may be overridden to accomodate some
57+
/// is the target triple, but this may be overridden to accommodate some
5858
/// platforms.
5959
virtual std::string getTargetForLinker() const;
6060

0 commit comments

Comments
 (0)