Skip to content

Commit 48cef00

Browse files
committed
fix typo
1 parent 381781b commit 48cef00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libctru/include/3ds/console.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ typedef struct PrintConsole
117117
#define CONSOLE_COLOR_FG_BRIGHT (1<<11) ///< Bright foreground color
118118
#define CONSOLE_COLOR_BG_BRIGHT (1<<12) ///< Bright background color
119119

120-
/// Console debug devices supported by libnds.
120+
/// Console debug devices supported by libctru.
121121
typedef enum {
122122
debugDevice_NULL, ///< Swallows prints to stderr
123123
debugDevice_SVC, ///< Outputs stderr debug statements using svcOutputDebugString, which can then be captured by interactive debuggers

0 commit comments

Comments
 (0)