mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 19:54:22 -04:00
kern: fix some comment typos
This commit is contained in:
parent
afc0e14556
commit
872c18c501
3 changed files with 4 additions and 4 deletions
|
@ -358,7 +358,7 @@ namespace ams::kern {
|
|||
void Detach() {
|
||||
/* Close our object, if we have one. */
|
||||
if (T * const object = m_object; AMS_LIKELY(object != nullptr)) {
|
||||
/* Set our object to a debug sentinel value, which will cause crash if accessed. */
|
||||
/* Set our object to a debug sentinel value, which will cause a crash if accessed. */
|
||||
m_object = reinterpret_cast<T *>(1);
|
||||
|
||||
/* Close reference to our object. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue