mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Oops, fix typo in r222336.
This commit is contained in:
parent
f4e4182ea3
commit
afceed6aef
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ geteltnm(int type)
|
|||
sprintf(rbuf, "Array device");
|
||||
break;
|
||||
case SESTYP_SAS_EXP:
|
||||
sprintf(rbuf, "SAS Expender");
|
||||
sprintf(rbuf, "SAS Expander");
|
||||
break;
|
||||
case SESTYP_SAS_CONN:
|
||||
sprintf(rbuf, "SAS Connector");
|
||||
|
|
|
|||
Loading…
Reference in a new issue