From 4b7946e59ce202bcdb169ddb65782f8e33127c55 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Tue, 29 Apr 2025 19:27:40 +0200 Subject: [PATCH] s/ex:/e.g./ --- paper/filesystem-driver-device.pic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper/filesystem-driver-device.pic b/paper/filesystem-driver-device.pic index 60218ff..efaf1c5 100644 --- a/paper/filesystem-driver-device.pic +++ b/paper/filesystem-driver-device.pic @@ -29,5 +29,5 @@ subtexth = 0.2 "(actually stores data)" at TXTDEV + (0, -subtexth) "files and" "directories" at 1/2 between FS.e and FS.w + (0, h) -"logical blocks" "ex: 0x10" at 1/2 between DRI.e and DRI.w + (0, h) -"physical blocks, AHCI commands" "ex: READ 0x2058" at 1/2 between DEV.e and DEV.w + (0, h) +"logical blocks" "e.g. 0x10" at 1/2 between DRI.e and DRI.w + (0, h) +"physical blocks, AHCI commands" "e.g. READ 0x2058" at 1/2 between DEV.e and DEV.w + (0, h)