Fix a number of typos in comments

This commit is contained in:
Ben Buhse 2026-02-22 17:51:17 -06:00
commit b9d13583ab
No known key found for this signature in database
GPG key ID: 7916ACFCD38FD0B4
10 changed files with 24 additions and 17 deletions

View file

@ -90,9 +90,6 @@ pub fn main() !void {
try run(wl_display, context);
}
/// Function to handle the main event loop
///
/// Since we've added a bar with a clock,we need
fn run(wl_display: *wl.Display, context: *Context) !void {
var mask = posix.sigemptyset();