aboutsummaryrefslogtreecommitdiff
path: root/gdb/f-array-walker.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/f-array-walker.h')
-rw-r--r--gdb/f-array-walker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/f-array-walker.h b/gdb/f-array-walker.h
index bcbaa3d..7282d5f 100644
--- a/gdb/f-array-walker.h
+++ b/gdb/f-array-walker.h
@@ -95,7 +95,7 @@ private:
/* A base class used by fortran_array_walker. There's no virtual methods
here, sub-classes should just override the functions they want in order
- to specialise the behaviour to their needs. The functionality
+ to specialise the behavior to their needs. The functionality
provided in these default implementations will visit every array
element, but do nothing for each element. */