Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit d25c3dc

Browse files
committed
Fix typo
Change-Id: I571e84cab9258dfd5e94b70865505f452ed89016
1 parent e163ebb commit d25c3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

device/pal/paldevice.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class Device : public NullDevice {
259259
Resource::MemoryType type_; //!< The buffer's type
260260
size_t bufSize_; //!< Staged buffer size
261261
std::list<Memory*> freeBuffers_; //!< The list of free buffers
262-
std:atomic<uint> acquiredCnt_; //!< The total number of acquired buffers
262+
std::atomic<uint> acquiredCnt_; //!< The total number of acquired buffers
263263
amd::Monitor lock_; //!< Stgaed buffer acquire/release lock
264264
const Device& gpuDevice_; //!< GPU device object
265265
};

0 commit comments

Comments
 (0)