diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libcamera/ipa_interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/ipa_interface.cpp b/src/libcamera/ipa_interface.cpp index 715e7972..ee3e3622 100644 --- a/src/libcamera/ipa_interface.cpp +++ b/src/libcamera/ipa_interface.cpp @@ -297,7 +297,7 @@ namespace libcamera { * * The IPAStream structure stores stream configuration parameters needed by the * IPAInterface::configure() method. It mirrors the StreamConfiguration class - * that is not suitable for this purpose due to not being serialisable. + * that is not suitable for this purpose due to not being serializable. */ /** |