diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 04:57:38 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2021-12-05 04:57:38 +0000 |
| commit | a7fd5d4714cb31ee6ecf3a473bf093215379974e (patch) | |
| tree | c7d50d7a770b6befd63116f5ef8967ba8f2f5e20 /sys/dev | |
| parent | 2d712db901820d482859ba7c8c4ac8973f64ccf9 (diff) | |
s/gurantee/guarantee/ in comment.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/nand/onfi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/nand/onfi.h b/sys/dev/nand/onfi.h index db196608a83..23ad174741d 100644 --- a/sys/dev/nand/onfi.h +++ b/sys/dev/nand/onfi.h @@ -1,4 +1,4 @@ -/* $NetBSD: onfi.h,v 1.2 2019/12/26 04:53:12 msaitoh Exp $ */ +/* $NetBSD: onfi.h,v 1.3 2021/12/05 04:57:38 msaitoh Exp $ */ /*- * Copyright (c) 2010 Department of Software Engineering, @@ -142,7 +142,7 @@ struct onfi_parameter_page { uint8_t param_guaranteed_blocks; /* M: guaranteed valid blocks at begginning of target */ uint16_t param_guaranteed_endurance; /* M: block endurance of - guranteed blocks */ + guaranteed blocks */ uint8_t param_programs_per_page; /* M: number of programs per page */ uint8_t param_partial_programming_attr; /* O: obsolete */ uint8_t param_ecc_correctable_bits; /* M: number of bits |
