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;