aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/fmap.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/fmap.adb')
-rw-r--r--gcc/ada/fmap.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/fmap.adb b/gcc/ada/fmap.adb
index 77fa6c0..e618d3c 100644
--- a/gcc/ada/fmap.adb
+++ b/gcc/ada/fmap.adb
@@ -50,7 +50,7 @@ package body Fmap is
Max_Buffer : constant := 1_500;
Buffer : String (1 .. Max_Buffer);
- -- Used to bufferize output when writing to a new mapping file
+ -- Used to buffer output when writing to a new mapping file
Buffer_Last : Natural := 0;
-- Index of last valid character in Buffer