solenv/gbuild/platform/com_GCC_defs.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a46c3d8fb62c9e6ab93245243c79f176a1ce0232
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jun 9 17:24:12 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Jun 10 17:22:22 2025 +0200

    Fix typo
    
    Change-Id: I9d31b70a606449921efb8ef864d7d9c7c6cbf874
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186299
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/solenv/gbuild/platform/com_GCC_defs.mk 
b/solenv/gbuild/platform/com_GCC_defs.mk
index 0dbeecf531f1..bf0464858729 100644
--- a/solenv/gbuild/platform/com_GCC_defs.mk
+++ b/solenv/gbuild/platform/com_GCC_defs.mk
@@ -50,7 +50,7 @@ gb_COMPILERDEFS := \
        -DCPPU_ENV=$(CPPU_ENV) \
        $(if $(filter EMSCRIPTEN,$(OS)),-U_FORTIFY_SOURCE) \
 
-# FIXME: better to change the code to use explicit types in cour code
+# FIXME: better to change the code to use explicit types in our code
 ifeq ($(PLATFORMID),linux_aarch64)
 gb_COMPILERDEFS += -fsigned-char
 endif

Reply via email to