Skip to content

Commit 09fb5ef

Browse files
gburgessivCopilot
andauthored
Update llvm_buildbot_monitor/src/main.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 637f40c commit 09fb5ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

llvm_buildbot_monitor/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ fn init_logger_or_die() {
203203
let mut logger = simple_logger::SimpleLogger::new()
204204
.with_utc_timestamps()
205205
.with_level(LevelFilter::Warn);
206-
// Hyper and reqwest give a loot of `DEBUG` information.
206+
// Hyper and reqwest give a lot of `DEBUG` information.
207207
logger = logger.with_module_level(
208208
"llvm_buildbot_monitor",
209209
if cfg!(debug_assertions) {

0 commit comments

Comments
 (0)