Skip to content

Commit

Permalink
bsdcommon: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
g0mb4 committed Dec 22, 2024
1 parent b01a5d2 commit caf2a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bsdcommon.cc
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ bool bsdcommon::is_conky_already_running() {
return instances > 1;
}

// conyk uses kilobytes
// conky uses kilobytes
static unsigned long long to_conky_size(uint64_t size, uint64_t pagesize) {
return (size >> 10) * pagesize;
}
Expand Down

0 comments on commit caf2a2e

Please sign in to comment.