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:
parent
094b3001fd
commit
9ac8f3e96f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue