|
From: <dj...@go...> - 2008-03-15 05:29:23
|
Hi. Small typo fix.
[I couldn't find docs on any requirements for patch submissions.
Is there any?]
Index: m_transtab.c
===================================================================
--- m_transtab.c (revision 7678)
+++ m_transtab.c (working copy)
@@ -184,12 +184,12 @@
youngest sector is recorded, and new translations are put into that
sector. When it fills up, we move along to the next sector and
start to fill that up, wrapping around at the end of the array.
- That way, once all N_TC_SECTORS have been bought into use for the
+ That way, once all N_SECTORS have been bought into use for the
first time, and are full, we then re-use the oldest sector,
endlessly.
When running, youngest sector should be between >= 0 and <
- N_TC_SECTORS. The initial -1 value indicates the TT/TC system is
+ N_SECTORS. The initial -1 value indicates the TT/TC system is
not yet initialised.
*/
static Sector sectors[N_SECTORS];
|