From: Yu Watanabe Date: Thu, 6 Jan 2022 13:20:11 +0000 (+0900) Subject: tree-wide: fix typo X-Git-Tag: v251-rc1~580 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7611946ebc70600ad5948fe255852781f92ee2ab;p=thirdparty%2Fsystemd.git tree-wide: fix typo --- diff --git a/man/sd_event_add_inotify.xml b/man/sd_event_add_inotify.xml index e97fda25d7c..c7af7bdcd00 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 1af97c18eca..816eead22df 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 \\"