Bought a dictionary.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5553 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder
2003-12-03 09:20:29 +00:00
parent 6d6064cebf
commit e976b957c3
@@ -228,7 +228,7 @@ long_address::dump() const
DUMP_INIT("long_address");
PRINT(("length: %ld\n", length()));
PRINT(("block: %ld\n", block()));
PRINT(("partiton: %d\n", partition()));
PRINT(("partition: %d\n", partition()));
PRINT(("implementation_use:\n"));
DUMP(implementation_use());
}