From 2c63b24cbcea938048866b8ce2a0cb33e111bed6 Mon Sep 17 00:00:00 2001 From: Jinesi Yelizati Date: Wed, 21 Apr 2021 14:54:24 +0800 Subject: [PATCH] Fix a typo in streamio.h --- renderdoc/serialise/streamio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdoc/serialise/streamio.h b/renderdoc/serialise/streamio.h index a069f6321..0febad391 100644 --- a/renderdoc/serialise/streamio.h +++ b/renderdoc/serialise/streamio.h @@ -155,7 +155,7 @@ public: { // This preserves everything from min(m_BufferBase, m_BufferHead - 64) -> end of buffer // which will still be in place relative to m_BufferHead. - // In other words - reservation will keep the aleady-read data that's after the head pointer, + // In other words - reservation will keep the already-read data that's after the head pointer, // as well as up to 64 bytes *behind* the head if it exists. if(numBytes > Available()) {