Skip to content

Commit 58793a4

Browse files
committed
Minor tweak
1 parent 7e68330 commit 58793a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/src/debugging.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD
3939

4040
#if defined(_LIBCPP_HAS_DEBUGGING)
4141

42-
// breakpoint()
42+
// `breakpoint()` implementation
4343

4444
# if defined(_LIBCPP_WIN32API)
4545

@@ -61,7 +61,7 @@ _LIBCPP_EXPORTED_FROM_ABI void __breakpoint() {
6161

6262
# endif // defined(_LIBCPP_WIN32API)
6363

64-
// is_debugger_present()
64+
// `is_debugger_present()` implementation
6565

6666
# if defined(_LIBCPP_WIN32API)
6767

0 commit comments

Comments
 (0)