include: Fix typo in name of MAKE_IDENTFIER macro
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 9 Aug 2024 16:37:54 +0000 (17:37 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 9 Aug 2024 16:37:54 +0000 (17:37 +0100)
commit05548400327db52d8f98eb033002fd2baadc3706
tree744b82b39313e3850cc4af761ca448791324d1f2
parent64678fc45d8f6c0c8d3adff41e0080aa7af15549
include: Fix typo in name of MAKE_IDENTFIER macro

In commit bb71846325e23 we added some macro magic to avoid
variable-shadowing when using some of our more complicated
macros. One of the internal components of this is a macro
named MAKE_IDENTFIER. Fix the typo in its name: it should
be MAKE_IDENTIFIER.

Commit created with
 sed -i -e 's/MAKE_IDENTFIER/MAKE_IDENTIFIER/g' include/qemu/*.h include/qapi/qmp/qobject.h

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240801102516.3843780-1-peter.maydell@linaro.org
include/qapi/qmp/qobject.h
include/qemu/atomic.h
include/qemu/compiler.h
include/qemu/osdep.h