Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Museth <[email protected]>
  • Loading branch information
kmuseth committed Jun 28, 2024
1 parent 1aaa3d6 commit a836f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/cuda/DeviceBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ inline void DeviceBuffer::clear(void *stream)

}// namespace cuda

using CudaDeviceBuffer [[deprecated("Use nanovdb::cuda::DeviceBudder instead")]] = cuda::DeviceBuffer;
using CudaDeviceBuffer [[deprecated("Use nanovdb::cuda::DeviceBuffer instead")]] = cuda::DeviceBuffer;

template<>
struct BufferTraits<cuda::DeviceBuffer>
Expand Down

0 comments on commit a836f7e

Please sign in to comment.