3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

Fix typos.

This commit is contained in:
Bruce Mitchener 2018-12-03 11:38:36 +07:00
parent 44b2c3ce6b
commit 4bc1b0b8c8
5 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ Copyright (c) 2015 Microsoft Corporation
// ADD_INITIALIZER('rational::initialize();')
// ADD_FINALIZER('rational::finalize();')
// Thus, any executable or shared object (DLL) that depends on rational.h
// will have an automalically generated file mem_initializer.cpp containing
// will have an automatically generated file mem_initializer.cpp containing
// mem_initialize()
// mem_finalize()
// and these functions will include the statements: