Skip to content

Commit a9d5449

Browse files
authored
fix typo
1 parent 118b30f commit a9d5449

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-node/2000-graceful-node-shutdown

1 file changed

+1
-1
lines changed

keps/sig-node/2000-graceful-node-shutdown/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Some of these cases will involve the machine receiving an ACPI event to change
273273
the power state. The machine can go from G0 (working state) to G2 (Soft Off)
274274
and finally to G3 (Off) [more info on ACPI
275275
states](https://en.wikipedia.org/wiki/Advanced_Configuration_and_Power_Interface).
276-
On Linux, prior to shutdown usually a system demon will listen to these events
276+
On Linux, prior to shutdown usually a system daemon will listen to these events
277277
and perform some series of actions prior to userspace calling the
278278
[reboot(2)](https://man7.org/linux/man-pages/man2/reboot.2.html) systemcall
279279
with `LINUX_REBOOT_CMD_POWER_OFF` or `LINUX_REBOOT_CMD_HALT` to actually

0 commit comments

Comments
 (0)