Skip to content

Commit 36592ac

Browse files
committed
solaris: Fix typo in code comments
"cruses" -> "curses"
1 parent f1de636 commit 36592ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

solaris/Platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ in the source distribution for its full text.
1212
#include <kstat.h>
1313

1414
/* On OmniOS /usr/include/sys/regset.h redefines ERR to 13 - \r, breaking the Enter key.
15-
* Since ncruses macros use the ERR macro, we cannot use another name.
15+
* Since ncurses macros use the ERR macro, we cannot use another name.
1616
*/
1717
#undef ERR
1818
#include <libproc.h>

solaris/SolarisProcess.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ in the source distribution for its full text.
1212
#include <sys/proc.h>
1313

1414
/* On OmniOS /usr/include/sys/regset.h redefines ERR to 13 - \r, breaking the Enter key.
15-
* Since ncruses macros use the ERR macro, we cannot use another name.
15+
* Since ncurses macros use the ERR macro, we cannot use another name.
1616
*/
1717
#undef ERR
1818
#include <libproc.h>

0 commit comments

Comments
 (0)