Skip to content

Commit 4811678

Browse files
author
Kjell Ahlstedt
committed
Fix some typos
1 parent 3113259 commit 4811678

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/cxx.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
111111
[
112112
sigcm_cxx_self_reference_in_member_initialization=yes
113113
AC_DEFINE([SIGC_SELF_REFERENCE_IN_MEMBER_INITIALIZATION],[1],
114-
[does c++ compiler allows usage of member function in initialization of static member field.])
114+
[does the C++ compiler allow usage of member function in initialization of static member field.])
115115
],[
116116
sigcm_cxx_self_reference_in_member_initialization=no
117117
])

sigc++config.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#ifdef SIGC_MSC
3333
/*
3434
* MS VC7 Warning 4251 says that the classes to any member objects in an
35-
* exported class must be also be exported. Some of the libsigc++
35+
* exported class must also be exported. Some of the libsigc++
3636
* template classes contain std::list members. MS KB article 168958 says
3737
* that it's not possible to export a std::list instantiation due to some
3838
* wacky class nesting issues, so our only options are to ignore the
@@ -69,7 +69,7 @@
6969
calling operator() template methods omitting the template keyword. */
7070
# undef SIGC_MSVC_TEMPLATE_SPECIALIZATION_OPERATOR_OVERLOAD
7171

72-
/* does c++ compiler allows usage of member function in initialization of
72+
/* does the C++ compiler allow usage of member function in initialization of
7373
static member field. */
7474
# undef SIGC_SELF_REFERENCE_IN_MEMBER_INITIALIZATION
7575

0 commit comments

Comments
 (0)