]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
include/gdbstub: tweak language
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 3 Feb 2026 11:52:00 +0000 (11:52 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 6 Feb 2026 12:43:07 +0000 (12:43 +0000)
While "iff" means "if and only if" it might look like a typo to those
not familiar with this mathematical abbreviation. A plain "if" is
clear enough.

Message-ID: <20260203115201.2387721-11-alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
include/gdbstub/commands.h

index bff3674872e5fd1c675a5911ad2fddebf08abd90..989a95c33f951cf20e39fb0df04aed5c5fbd8944 100644 (file)
@@ -50,7 +50,7 @@ typedef union GdbCmdVariant {
  * '.' -> Skip 1 char unless reached "\0"
  * Any other value is treated as the delimiter value itself
  *
- * @allow_stop_reply: True iff the gdbstub can respond to this command with a
+ * @allow_stop_reply: True if the gdbstub can respond to this command with a
  * "stop reply" packet. The list of commands that accept such response is
  * defined at the GDB Remote Serial Protocol documentation. See:
  * https://sourceware.org/gdb/onlinedocs/gdb/Stop-Reply-Packets.html#Stop-Reply-Packets.