From 033ae1dbe09ba354849caf90ca2a2f114d9b3b4b Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sun, 14 Jun 2020 22:59:12 -0700 Subject: [PATCH] ams: fix comment warn --- libraries/libstratosphere/source/hos/hos_version_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libstratosphere/source/hos/hos_version_api.cpp b/libraries/libstratosphere/source/hos/hos_version_api.cpp index af867f7e5..d77e43fae 100644 --- a/libraries/libstratosphere/source/hos/hos_version_api.cpp +++ b/libraries/libstratosphere/source/hos/hos_version_api.cpp @@ -40,7 +40,7 @@ namespace ams::hos { /* Ensure that this is a hos version we can sanely *try* to run. */ /* To be friendly, we will only require that we recognize the major and minor versions. */ - /* We can consider only recognizing major in the future, but micro seems safe to ignore as + /* We can consider only recognizing major in the future, but micro seems safe to ignore as */ /* there are no breaking IPC changes in minor updates. */ { constexpr u32 MaxMajor = (static_cast(hos::Version_Max) >> 24) & 0xFF;