diff options
Diffstat (limited to 'gdb/location.c')
-rw-r--r-- | gdb/location.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/location.c b/gdb/location.c index 851d6e4..378fafc 100644 --- a/gdb/location.c +++ b/gdb/location.c @@ -1,5 +1,5 @@ /* Data structures and API for location specs in GDB. - Copyright (C) 2013-2024 Free Software Foundation, Inc. + Copyright (C) 2013-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -78,7 +78,7 @@ linespec_location_spec::linespec_location_spec p = remove_trailing_whitespace (orig, *linespec); /* If there is no valid linespec then this will leave the - spec_string as nullptr. This behaviour is relied on in the + spec_string as nullptr. This behavior is relied on in the breakpoint setting code, where spec_string being nullptr means to use the default breakpoint location. */ if ((p - orig) > 0) |