summaryrefslogtreecommitdiff
path: root/sysdeps/unix/bsd/sys/reboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/bsd/sys/reboot.h')
-rw-r--r--sysdeps/unix/bsd/sys/reboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/sys/reboot.h b/sysdeps/unix/bsd/sys/reboot.h
index c3c957e17e..f00b1aba65 100644
--- a/sysdeps/unix/bsd/sys/reboot.h
+++ b/sysdeps/unix/bsd/sys/reboot.h
@@ -42,7 +42,7 @@
#define RB_ASKNAME 0x01 /* ask for file name to reboot from */
#define RB_SINGLE 0x02 /* reboot to single user only */
-#define RB_NOSYNC 0x04 /* dont sync before reboot */
+#define RB_NOSYNC 0x04 /* don't sync before reboot */
#define RB_HALT 0x08 /* don't reboot, just halt */
#define RB_INITNAME 0x10 /* name given for /etc/init (unused) */
#define RB_DFLTROOT 0x20 /* use compiled-in rootdev */