Skip to content

Commit 51a5d72

Browse files
committed
fix clang -> toolchains closing brace comment mislabel
1 parent 4a85a0c commit 51a5d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/BareMetal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ bool isARMBareMetal(const llvm::Triple &Triple) {
151151

152152
return true;
153153
}
154-
} // namespace clang
154+
} // namespace toolchains
155155
} // namespace driver
156156
} // namespace clang
157157

0 commit comments

Comments
 (0)