Updated Serbian and Russian translations for various sub-directories
[binutils-gdb.git] / gdbsupport / gdb-sigmask.h
index cd58c5497771a4a45b55dc1e93ff983305b8588c..b4988cb46cfa816110b5570de2f965a4afe49833 100644 (file)
@@ -1,6 +1,6 @@
 /* sigprocmask wrapper for gdb
 
-   Copyright (C) 2019-2020 Free Software Foundation, Inc.
+   Copyright (C) 2019-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -36,7 +36,7 @@
    system that only had pthread_sigmask, we could still use it with
    some extra changes.  */
 #ifdef HAVE_PTHREAD_SIGMASK
-#error pthead_sigmask available without sigprocmask - please report
+#error pthread_sigmask available without sigprocmask - please report
 #endif
 
 #endif /* HAVE_SIGPROCMASK */