Skip to content

Commit e75a887

Browse files
author
Requiem
committed
just spaces
1 parent 7016d68 commit e75a887

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/vmaware.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7377,7 +7377,7 @@ struct VM {
73777377
* @brief Check for physical connection ports
73787378
* @category Windows
73797379
* @note original idea of using physical ports to detect VMs was suggested by @unusual-aspect (https://github.com/unusual-aspect).
7380-
* This technique is known to false flag on devices like Surface Pro.
7380+
* This technique is known to flag on devices like Surface Pro.
73817381
* @implements VM::PORT_CONNECTORS
73827382
*/
73837383
[[nodiscard]] static bool port_connectors() {
@@ -7402,6 +7402,7 @@ struct VM {
74027402
#endif
74037403
}
74047404

7405+
74057406
/**
74067407
* @brief Check for IVSHMEM device absense
74077408
* @category Windows
@@ -7430,6 +7431,7 @@ struct VM {
74307431
#endif
74317432
}
74327433

7434+
74337435
/**
74347436
* @brief Check for specific GPU string signatures related to VMs
74357437
* @category Windows

0 commit comments

Comments
 (0)