Skip to content

Commit fd802a1

Browse files
authored
Merge pull request kubernetes#2093 from zzzkl/patch-1
fix typo
2 parents 854c839 + a9d5449 commit fd802a1

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)