Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Jan 4, 2024
1 parent 0e49bed commit e93c8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libc/calls/isqemu.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "libc/errno.h"

/**
* Returns true if process is running under qemu-x86_64 or qemu-x86_64.
* Returns true if process is running under qemu-x86_64 or qemu-aarch64.
*/
int IsQemu(void) {
// qemu doesn't validate the advice argument
Expand Down

0 comments on commit e93c8c4

Please sign in to comment.