android: camera_device: Fix spelling in comment

Just a small spelling fix: s/re-allcoation/reallocation

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
Jacopo Mondi 2020-09-04 15:25:55 +02:00
parent 094b3001fd
commit 9ac8f3e96f

View file

@ -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);