Skip to content

Commit beb64f6

Browse files
committed
remove strange character
1 parent d2aee22 commit beb64f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)