Skip to content

Commit

Permalink
ciss: Fix typo (triple T)
Browse files Browse the repository at this point in the history
Reviewed by:	imp
Pull Request:	#954
  • Loading branch information
jlduran committed Dec 27, 2023
1 parent 03b5d91 commit 7dfe2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/dev/ciss/cissreg.h
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ struct ciss_bmic_id_table {
u_int8_t percent_write_cache; /* Percent of memory allocated to write cache */
u_int16_t daughterboard_size_mb; /* Total size (MB) of cache board */
u_int8_t cache_batter_count; /* Number of cache batteries */
u_int16_t total_controller_mem_mb; /* Total size (MB) of atttached memory */
u_int16_t total_controller_mem_mb; /* Total size (MB) of attached memory */
u_int8_t more_controller_flags; /* Additional controller flags byte */
u_int8_t x_board_host_i2c_rev; /* 2nd byte of 3 byte autorev field */
u_int8_t battery_pic_rev; /* BBWC PIC revision */
Expand Down

0 comments on commit 7dfe2da

Please sign in to comment.