diff --git a/TokenPlayer/EnablePrivilege.h b/TokenPlayer/EnablePrivilege.h index 6d647a2..d3ddaba 100644 --- a/TokenPlayer/EnablePrivilege.h +++ b/TokenPlayer/EnablePrivilege.h @@ -8,7 +8,7 @@ #include #include -//A function to enable SeDebugPrivilege if you have the proper rights +//A function to enable privileges if you have the proper rights BOOL EnablePrivilege(LPCWSTR privilege) { //First lets get the LUID of the provided privilege LUID privLuid;