Merge pull request #4210 from valentinvanelslande/ipc

ipc: fix typo
This commit is contained in:
Weiyi Wang 2018-09-13 12:53:26 -04:00 committed by GitHub
commit 8c354ff6b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ using Kernel::ERR_INVALID_BUFFER_DESCRIPTOR;
constexpr auto ERR_INVALID_HANDLE = Kernel::ERR_INVALID_HANDLE_OS;
enum DescriptorType : u32 {
// Buffer related desciptors types (mask : 0x0F)
// Buffer related descriptors types (mask : 0x0F)
StaticBuffer = 0x02,
PXIBuffer = 0x04,
MappedBuffer = 0x08,