Skip to content

Commit

Permalink
Merge pull request #38 from polluks2/main
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
EtchedPixels authored Feb 22, 2023
2 parents 56857e5 + ef25c97 commit 4e1a61c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion console.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void mux_poll_fds(unsigned trace)
}


// Get's the current time from the OS (in nanoseconds)
// Gets the current time from the OS (in nanoseconds)
uint64_t monotonic_time_ns() {
struct timespec ts;
clock_gettime(CLOCK_MONOTONIC, &ts);
Expand Down
4 changes: 2 additions & 2 deletions cpu6.c
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ static void logic_flags(unsigned r)

/*
* Shift
* L is the bit shfited out
* L is the bit shifted out
* M is set as with logic
* V is set if result is zero
* Left shift/rotate: F is xor of L and M after shift
Expand Down Expand Up @@ -1007,7 +1007,7 @@ static void logic_flags16(unsigned r)

/*
* Shift
* C is the bit shfited out
* C is the bit shifted out
* M is set as with logic
* V is set if result is zero
* Left shift/rotate: F is xor of L and M after shift
Expand Down

0 comments on commit 4e1a61c

Please sign in to comment.