From c12de3344059daecdc9b81881839083d4be961da Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Tue, 1 May 2018 11:04:39 -0600 Subject: [PATCH] Boot2: Fix comment. --- stratosphere/boot2/source/boot2_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/boot2/source/boot2_main.cpp b/stratosphere/boot2/source/boot2_main.cpp index 0849c9b36..1a02558ef 100644 --- a/stratosphere/boot2/source/boot2_main.cpp +++ b/stratosphere/boot2/source/boot2_main.cpp @@ -70,7 +70,7 @@ void LaunchTitle(u64 title_id, u64 storage_id, u32 launch_flags, u64 *pid) { /* TODO: Panic(). */ break; case 0xD001: - /* Result Limit Reached! */ + /* Limit Reached! */ /* TODO: Panic(). */ break; default: