Skip to content

Commit a3937c4

Browse files
authored
Fix typos in Debug.h (#68761)
There were a couple of typos of "If" -> "In" in Debug.h
1 parent a157a82 commit a3937c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/Support/Debug.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void setCurrentDebugType(const char *Type);
5353
void setCurrentDebugTypes(const char **Types, unsigned Count);
5454

5555
/// DEBUG_WITH_TYPE macro - This macro should be used by passes to emit debug
56-
/// information. In the '-debug' option is specified on the commandline, and if
56+
/// information. If the '-debug' option is specified on the commandline, and if
5757
/// this is a debug build, then the code specified as the option to the macro
5858
/// will be executed. Otherwise it will not be. Example:
5959
///
@@ -92,7 +92,7 @@ extern bool EnableDebugBuffering;
9292
raw_ostream &dbgs();
9393

9494
// DEBUG macro - This macro should be used by passes to emit debug information.
95-
// In the '-debug' option is specified on the commandline, and if this is a
95+
// If the '-debug' option is specified on the commandline, and if this is a
9696
// debug build, then the code specified as the option to the macro will be
9797
// executed. Otherwise it will not be. Example:
9898
//

0 commit comments

Comments
 (0)