aboutsummaryrefslogtreecommitdiff
path: root/third_party/abseil-cpp/absl/debugging/failure_signal_handler.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:09:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:09:33 +0000
commitcb03ee7007d7667c27b851bc1b8b3a79f9005fdf (patch)
tree2ce94d7f0804ccb77d1fa9b2a1bca00eecdff1e2 /third_party/abseil-cpp/absl/debugging/failure_signal_handler.h
parentf6aa10304d3f5e80b33f022ada924f2e3d890473 (diff)
parentd3dfe74c4025bacd9741d761815a8cb059e49c68 (diff)
downloadwebrtc-cb03ee7007d7667c27b851bc1b8b3a79f9005fdf.tar.gz
Change-Id: I0dbc2cf28e13bb87bfbbf5da8e389a2e721b1e1e
Diffstat (limited to 'third_party/abseil-cpp/absl/debugging/failure_signal_handler.h')
-rw-r--r--third_party/abseil-cpp/absl/debugging/failure_signal_handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/abseil-cpp/absl/debugging/failure_signal_handler.h b/third_party/abseil-cpp/absl/debugging/failure_signal_handler.h
index f5a83962f1..500115c0ab 100644
--- a/third_party/abseil-cpp/absl/debugging/failure_signal_handler.h
+++ b/third_party/abseil-cpp/absl/debugging/failure_signal_handler.h
@@ -88,9 +88,9 @@ struct FailureSignalHandlerOptions {
bool call_previous_handler = false;
// If non-null, indicates a pointer to a callback function that will be called
- // upon failure, with a std::string argument containing failure data. This function
+ // upon failure, with a string argument containing failure data. This function
// may be used as a hook to write failure data to a secondary location, such
- // as a log file. This function may also be called with null data, as a hint
+ // as a log file. This function will also be called with null data, as a hint
// to flush any buffered data before the program may be terminated. Consider
// flushing any buffered data in all calls to this function.
//