From 7611946ebc70600ad5948fe255852781f92ee2ab Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 6 Jan 2022 22:20:11 +0900 Subject: [PATCH] tree-wide: fix typo --- man/sd_event_add_inotify.xml | 2 +- tools/debug-sd-boot.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/sd_event_add_inotify.xml b/man/sd_event_add_inotify.xml index e97fda25d7..c7af7bdcd0 100644 --- a/man/sd_event_add_inotify.xml +++ b/man/sd_event_add_inotify.xml @@ -81,7 +81,7 @@ further information. The handler must reference a function to call when the inode changes or - NULL. The handler function will be passed the userdata pointer, + NULL. The handler function will be passed the userdata pointer, which may be chosen freely by the caller. The handler also receives a pointer to a struct inotify_event structure containing information about the inode event. The handler may return negative to signal an error (see below), other return values are ignored. If diff --git a/tools/debug-sd-boot.sh b/tools/debug-sd-boot.sh index 1af97c18ec..816eead22d 100755 --- a/tools/debug-sd-boot.sh +++ b/tools/debug-sd-boot.sh @@ -21,7 +21,7 @@ if [[ $# -lt 2 ]]; then echo " (gdb) source GDBSCRIPT" echo " (gdb) target remote :1234" echo - echo "Exmaple usage:" + echo "Example usage:" echo " mkfifo /tmp/sdboot.{in,out}" echo " qemu-system-x86_64 [...] -s -serial pipe:/tmp/sdboot" echo " ./tools/debug-sd-boot.sh ./build/src/boot/efi/systemd-bootx64.efi \\" -- 2.25.1