Fix grammar fail in cosmos.lua (string freeze compliant)
This is string freeze compliant because the new string is already contained in stub.lua.
// Windows/MemoryLock.h
#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H
namespace NWindows {
namespace NSecurity {
bool EnableLockMemoryPrivilege(bool enable = true);
}}
#endif