]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tcg/tcg.h
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
[mirror_qemu.git] / tcg / tcg.h
index f6e255f7753e20e48d9222847071c9a77b2e974a..b2e2a25653b6c7ed953580fe8c23129e495ab101 100644 (file)
--- a/tcg/tcg.h
+++ b/tcg/tcg.h
@@ -290,8 +290,8 @@ typedef int TCGv_i64;
 #define TCG_CALL_DUMMY_TCGV     MAKE_TCGV_I32(-1)
 #define TCG_CALL_DUMMY_ARG      ((TCGArg)(-1))
 
-/* Conditions.  Note that these are layed out for easy manipulation by
-   the the functions below:
+/* Conditions.  Note that these are laid out for easy manipulation by
+   the functions below:
      bit 0 is used for inverting;
      bit 1 is signed,
      bit 2 is unsigned,