summaryrefslogtreecommitdiff
path: root/sys/arch/arm32
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-10-18 21:00:42 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-10-18 21:00:42 +0000
commit1bb79145902d86cbefa11525b6374fb77da7c0ed (patch)
tree8640e350395b62272f86dcdc7fc2d0400aed9e21 /sys/arch/arm32
parent96dec0c64f6f3159b9d0afabdad6152308ee68aa (diff)
typo in comment; from gluk@ptci.ru
Diffstat (limited to 'sys/arch/arm32')
-rw-r--r--sys/arch/arm32/arm32/disksubr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/arm32/arm32/disksubr.c b/sys/arch/arm32/arm32/disksubr.c
index 9cb3ee1f4c0..5901b429cfa 100644
--- a/sys/arch/arm32/arm32/disksubr.c
+++ b/sys/arch/arm32/arm32/disksubr.c
@@ -92,7 +92,7 @@ filecore_checksum(bootblock)
/*
* Attempt to read a disk label from a device
- * using the indicated stategy routine.
+ * using the indicated strategy routine.
* The label must be partly set up before this:
* secpercyl, secsize and anything required for a block i/o read
* operation in the driver's strategy/start routines