From 9ac8f3e96f6d1a3da9158bcb4984d01420b159db Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Fri, 4 Sep 2020 15:25:55 +0200 Subject: android: camera_device: Fix spelling in comment Just a small spelling fix: s/re-allcoation/reallocation Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Jacopo Mondi --- src/android/camera_device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/android/camera_device.cpp') 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); -- cgit v1.2.1