diff options
author | Jacopo Mondi <jacopo@jmondi.org> | 2020-09-04 15:25:55 +0200 |
---|---|---|
committer | Jacopo Mondi <jacopo@jmondi.org> | 2020-09-08 14:48:16 +0200 |
commit | 9ac8f3e96f6d1a3da9158bcb4984d01420b159db (patch) | |
tree | a6e0f614ad440cc4ff2b14c1b5645a20e688a71d /src/android/camera_device.cpp | |
parent | 094b3001fd7dc755f3a2804f7de73c09ea27dc8b (diff) |
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>
Diffstat (limited to 'src/android/camera_device.cpp')
-rw-r--r-- | src/android/camera_device.cpp | 2 |
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); |