Skip to content

Commit 131c43b

Browse files
committed
remove strange character
1 parent c65ea46 commit 131c43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DxcSupport/HLSLOptions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ LangStd parseHLSLVersion(llvm::StringRef Ver) {
411411
namespace options {
412412

413413
bool AbsolutePathExists(const std::filesystem::path &p) {
414-
// First check if it’s an absolute path
414+
// First check if it is an absolute path
415415
if (!p.is_absolute()) {
416416
return false;
417417
}

0 commit comments

Comments
 (0)