We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a327802 commit 0a50872Copy full SHA for 0a50872
swift/extractor/infra/SwiftDispatcher.h
@@ -308,7 +308,7 @@ class SwiftDispatcher {
308
309
static FilePath getFilePath(llvm::StringRef path) {
310
// TODO: this needs more testing
311
- // TODO: check canonicaliztion of names on a case insensitive filesystems
+ // TODO: check canonicalization of names on a case insensitive filesystems
312
// TODO: make symlink resolution conditional on CODEQL_PRESERVE_SYMLINKS=true
313
llvm::SmallString<PATH_MAX> realPath;
314
if (std::error_code ec = llvm::sys::fs::real_path(path, realPath)) {
0 commit comments