Skip to content

Commit 0a50872

Browse files
committed
spelling: canonicalization
Signed-off-by: Josh Soref <[email protected]>
1 parent a327802 commit 0a50872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/extractor/infra/SwiftDispatcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ class SwiftDispatcher {
308308

309309
static FilePath getFilePath(llvm::StringRef path) {
310310
// TODO: this needs more testing
311-
// TODO: check canonicaliztion of names on a case insensitive filesystems
311+
// TODO: check canonicalization of names on a case insensitive filesystems
312312
// TODO: make symlink resolution conditional on CODEQL_PRESERVE_SYMLINKS=true
313313
llvm::SmallString<PATH_MAX> realPath;
314314
if (std::error_code ec = llvm::sys::fs::real_path(path, realPath)) {

0 commit comments

Comments
 (0)