From: bellard Date: Sun, 21 Aug 2005 09:30:54 +0000 (+0000) Subject: comment X-Git-Tag: release_0_8_1~351 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81eea5ebb65a987cb376934e86b29c7713ac67f5;p=thirdparty%2Fqemu.git comment git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1547 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/hw/sb16.c b/hw/sb16.c index 33026febb43..bca5795eac6 100644 --- a/hw/sb16.c +++ b/hw/sb16.c @@ -540,7 +540,7 @@ static void command (SB16State *s, uint8_t cmd) return; warn: - dolog ("warning: command %#x,%d is not trully understood yet\n", + dolog ("warning: command %#x,%d is not truly understood yet\n", cmd, s->needed_bytes); s->cmd = cmd; return;