tree-optimization/97709 - set abnormal flag when vectorizing live lanes
[gcc.git] / libbacktrace / backtrace.h
index 527438753d9c5638cf67e42f227541aa14ce1285..cff9262e0ae028ff07bd8277340c2b7b500af7b7 100644 (file)
@@ -1,5 +1,5 @@
 /* backtrace.h -- Public header file for stack backtrace library.
-   Copyright (C) 2012-2019 Free Software Foundation, Inc.
+   Copyright (C) 2012-2020 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 Redistribution and use in source and binary forms, with or without
@@ -94,7 +94,7 @@ typedef void (*backtrace_error_callback) (void *data, const char *msg,
    pointer on success, NULL on error.  If an error occurs, this will
    call the ERROR_CALLBACK routine.
 
-   Calling this function allocates resources that can not be freed.
+   Calling this function allocates resources that cannot be freed.
    There is no backtrace_free_state function.  The state is used to
    cache information that is expensive to recompute.  Programs are
    expected to call this function at most once and to save the return