diff options
Diffstat (limited to 'cpp/include/Ice/Application.h')
-rw-r--r-- | cpp/include/Ice/Application.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Application.h b/cpp/include/Ice/Application.h index 498b6054c51..85adc93cade 100644 --- a/cpp/include/Ice/Application.h +++ b/cpp/include/Ice/Application.h @@ -218,7 +218,7 @@ public: /** * Configures the application to invoke interruptCallback when a signal occurs, - * thereby giving the subclass responsibility for handling the signal. + * thereby giving the subclass responsibility for handling the signal. */ static void callbackOnInterrupt(); |