summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/android/camera_device.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/camera_device.cpp b/src/android/camera_device.cpp
index 9605b9e9..25829918 100644
--- a/src/android/camera_device.cpp
+++ b/src/android/camera_device.cpp
@@ -1113,7 +1113,7 @@ int CameraDevice::configureStreams(camera3_stream_configuration_t *stream_list)
/*
* Clear and remove any existing configuration from previous calls, and
* ensure the required entries are available without further
- * re-allcoation.
+ * reallocation.
*/
streams_.clear();
streams_.reserve(stream_list->num_streams);