From fc344bd0e486514488ffd288b7ac73e9eca9e446 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Wed, 10 Nov 1999 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1999-11-10 --- port/allocb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/allocb.c b/port/allocb.c index 030ac1aff46e739ff7d2a7118f2408506b96b413..989cacfa90f9bc74415e34c3e09afee11074afc0 100644 --- a/port/allocb.c +++ b/port/allocb.c @@ -19,7 +19,7 @@ struct } ialloc; /* - * allocate blocks, round the data base upt to a multiple of BLOCKALIGN. + * allocate blocks, round the data base up to a multiple of BLOCKALIGN. */ Block* allocb(int size)