diff options
author | Pavel Machek <pavel@ucw.cz> | 2022-12-20 23:02:35 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-12-24 03:29:51 +0200 |
commit | 21a82ed8a5153e11a0f6eab724c8819599b4e758 (patch) | |
tree | 12d0f1523bd5f8431feeab7094c328b202c1aee5 /src/ipa | |
parent | c00a3a8f52f5553e6058cd331eee0cafb4e2e8d7 (diff) |
libcamera: Simple typo fixes
Fix various typos in the code base.
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/ipa')
-rw-r--r-- | src/ipa/vimc/vimc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipa/vimc/vimc.cpp b/src/ipa/vimc/vimc.cpp index 9256bbba..d5fabaf1 100644 --- a/src/ipa/vimc/vimc.cpp +++ b/src/ipa/vimc/vimc.cpp @@ -2,7 +2,7 @@ /* * Copyright (C) 2019, Google Inc. * - * ipa_vimc.cpp - Vimc Image Processing Algorithm module + * vimc.cpp - Vimc Image Processing Algorithm module */ #include <libcamera/ipa/vimc_ipa_interface.h> |